Uses of Package
org.apache.batik.css.value

Packages that use org.apache.batik.css.value
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
org.apache.batik.dom.svg   
 

Classes in org.apache.batik.css.value used by org.apache.batik.css
ImmutableValue
          This interface represents an immutable CSS value.
RelativeValueResolver
          This interface is used to provide a resolver for relative CSS values.
ValueFactory
          This interface represents objects that create the value associated with a managed CSS property.
ValueFactoryMap
          This interface represents a map of ValueFactory objects.
 

Classes in org.apache.batik.css.value used by org.apache.batik.css.svg
AbstractIdentifierFactory
          This class provides a factory for the property with support for identifier values.
AbstractImmutableValue
          This class implements an immutable value.
AbstractLengthFactory
          This class provides a factory for CSS lengths.
AbstractRGBColorFactory
          This class provides a factory for CSS RGBColor.
AbstractValueFactory
          This class provides a base implementation for every value factories.
AbstractValueFactory.URIFactory
          To manage the uri values.
ColorFactory
          This class provides a factory for the 'color'-like CSS properties.
CommonCSSContext
          This interface represents the context the application must provides to the CSS engine in order to resolve the relative CSS values.
CommonValueFactoryMap
          This class represents a map of ValueFactory objects initialized to contains factories for CSS values common to CSS2 and SVG.
CommonViewCSS
          This class represents a ViewCSS object initialized to manage the CSS values common to CSS2 ans SVG.
DefaultCommonCSSContext
          This class is the default implementation of the CommonCSSContext.
FontSizeFactory
          This class provides a factory for the 'font-size' property value..
ImmutableValue
          This interface represents an immutable CSS value.
RelativeValueResolver
          This interface is used to provide a resolver for relative CSS values.
SystemColorResolver
          This interface represents an object which can query system colors.
ValueConstants
          This interface defines the CSS values constants.
ValueFactory
          This interface represents objects that create the value associated with a managed CSS property.
ValueFactoryMap
          This interface represents a map of ValueFactory objects.
 

Classes in org.apache.batik.css.value used by org.apache.batik.css.value
AbstractIdentifierFactory
          This class provides a factory for the property with support for identifier values.
AbstractImmutablePrimitiveValue
          This class represents immutable primitive values.
AbstractImmutableValue
          This class implements an immutable value.
AbstractLengthFactory
          This class provides a factory for CSS lengths.
AbstractRectFactory
          This class provides a factory for 'rect' shapes.
AbstractRGBColorFactory
          This class provides a factory for CSS RGBColor.
AbstractValueFactory
          This class provides a base implementation for every value factories.
ColorFactory
          This class provides a factory for the 'color'-like CSS properties.
ColorFactory.RGBColorFactory
          The rgb color factory.
CommonCSSContext
          This interface represents the context the application must provides to the CSS engine in order to resolve the relative CSS values.
CommonCSSContext.Color
          To Store a CSS RGB color.
CursorFactory
          This class provides a factory for the 'cursor' property values.
FontFamilyFactory
          This class provides a factory for the 'font-family' property values.
FontFamilyFactory.IdentFactory
          This class provides a factory for the identifiers of the list.
ImmutableInherit
          This singleton class represents the immutable 'inherit' value.
ImmutableRGBColor
          This class represents immutable CSS colors.
ImmutableValue
          This interface represents an immutable CSS value.
LengthFactory
          This class provides a factory for CSS lengths.
RelativeValueResolver
          This interface is used to provide a resolver for relative CSS values.
SystemColorResolver
          This interface represents an object which can query system colors.
SystemColorResolver.Color
          To Store a CSS RGB color.
TextDecorationFactory
          This class provides a factory for the 'text-decoration' property values.
TextDecorationFactory.IdentFactory
          This class provides a factory for the identifiers of the list.
ValueConstants
          This interface defines the CSS values constants.
ValueFactory
          This interface represents objects that create the value associated with a managed CSS property.
ValueFactoryMap
          This interface represents a map of ValueFactory objects.
 

Classes in org.apache.batik.css.value used by org.apache.batik.dom.svg
CommonCSSContext
          This interface represents the context the application must provides to the CSS engine in order to resolve the relative CSS values.
DefaultCommonCSSContext
          This class is the default implementation of the CommonCSSContext.
RelativeValueResolver
          This interface is used to provide a resolver for relative CSS values.
ValueFactory
          This interface represents objects that create the value associated with a managed CSS property.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.