org.apache.batik.css.engine.value |
|
Java Source File Name | Type | Comment |
AbstractColorManager.java | Class | This class provides a manager for the property with support for
CSS color values. |
AbstractValue.java | Class | This class provides an abstract implementation of the Value interface. |
AbstractValueFactory.java | Class | This class provides a base implementation for the value factories. |
AbstractValueManager.java | Class | This class provides an abstract implementation of the ValueManager
interface. |
ComputedValue.java | Class | This class represents a computed property value. |
FloatValue.java | Class | This class represents float values. |
IdentifierManager.java | Class | This class provides a manager for the property with support for
identifier values. |
InheritValue.java | Class | This singleton class represents the 'inherit' value. |
LengthManager.java | Class | This class provides a manager for the property with support for
length values. |
ListValue.java | Class | This class represents a list of values. |
Messages.java | Class | This class manages the message for the css.engine.value module. |
PropertyManagerTest.java | Class | The class to test the CSS properties's manager. |
RectManager.java | Class | This class provides a manager for the property with support for
rect values. |
RectValue.java | Class | This class represents CSS rect values. |
RGBColorValue.java | Class | This class represents RGB colors. |
ShorthandManager.java | Interface | This interface represents the objects which provide support for
shorthand properties. |
StringMap.java | Class | A simple hashtable, not synchronized, with fixed load factor and with
equality test made with '=='. |
StringValue.java | Class | This class represents string values. |
URIValue.java | Class | This class represents uri values. |
Value.java | Interface | This interface represents a property value. |
ValueConstants.java | Interface | This interface defines constants for CSS values. |
ValueManager.java | Interface | This interface is implemented by objects which manage the values associated
with a property. |