Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.batik.css.engine.value

Interface Summary
ShorthandManager This interface represents the objects which provide support for shorthand properties.
ShorthandManager.PropertyHandler To handle a property value created by a ShorthandManager.
Value This interface represents a property value.
ValueConstants This interface defines constants for CSS values.
ValueManager This interface is implemented by objects which manage the values associated with a property.
 

Class Summary
AbstractColorManager This class provides a manager for the property with support for CSS color values.
AbstractValue This class provides an abstract implementation of the Value interface.
AbstractValueFactory This class provides a base implementation for the value factories.
AbstractValueManager This class provides an abstract implementation of the ValueManager interface.
ComputedValue This class represents a computed property value.
FloatValue This class represents float values.
IdentifierManager This class provides a manager for the property with support for identifier values.
InheritValue This singleton class represents the 'inherit' value.
LengthManager This class provides a manager for the property with support for length values.
ListValue This class represents a list of values.
Messages This class manages the message for the css.engine.value module.
PropertyManagerTest The class to test the CSS properties's manager.
PropertyManagerTest.DefaultOpacityManager Manager for 'opacity'.
PropertyManagerTest.FillManager Manager for 'fill'.
PropertyManagerTest.FillOpacityManager Manager for 'fill-opacity'.
PropertyManagerTest.FloodColorManager Manager for 'flood-color'.
PropertyManagerTest.FloodOpacityManager Manager for 'flood-opacity'.
PropertyManagerTest.LetterSpacingManager Manager for 'letter-spacing'.
PropertyManagerTest.LightingColorManager Manager for 'lighting-color'.
PropertyManagerTest.MarkerEndManager Manager for 'marker-end'.
PropertyManagerTest.MarkerMidManager Manager for 'marker-mid'.
PropertyManagerTest.MarkerStartManager Manager for 'marker-start'.
PropertyManagerTest.StopColorManager Manager for 'stop-color'.
PropertyManagerTest.StopOpacityManager Manager for 'stop-opacity'.
PropertyManagerTest.StrokeManager Manager for 'stroke'.
PropertyManagerTest.StrokeOpacityManager Manager for 'stroke-opacity'.
PropertyManagerTest.WordSpacingManager Manager for 'word-spacing'.
RectManager This class provides a manager for the property with support for rect values.
RectValue This class represents CSS rect values.
RGBColorValue This class represents RGB colors.
StringMap A simple hashtable, not synchronized, with fixed load factor and with equality test made with '=='.
StringMap.Entry To manage collisions
StringValue This class represents string values.
URIValue This class represents uri values.