Package org.apache.batik.parser.style

Provides an extensible framework for style attributes parsing.

See:
          Description

Interface Summary
CSSValueFactory This is the interface to implement in order to allow the parsing of a custom style attribute by a StyleAttributeParser.
 

Class Summary
AbstractCSSValue This class implements the CSSValue, CSSPrimitiveValue, CSSValueList interfaces.
AbstractCSSValueFactory This class is the abstract superclass of all factories.
AbstractLengthFactory This class provides an abstract factory for CSS lengths.
AbstractRectFactory This class represents the factories for the rect CSS values.
ClipFactory This class represents the factories for the "clip" attribute value.
CSSFloatValue This class represents CSS float values
CSSInheritValue This class represents CSS 'inherit' values
CSSRectValue This class represents CSS rect values
CSSRGBColorValue This class represents CSS color values
CSSStringValue This class represents CSS string values
CSSValueListValue This class represents CSS list of values
DefaultStyleAttributeParser This class represents a style attribute parser initialized for the SVG style attributes.
LengthFactory This class provides a factory for CSS lengths.
StyleAttributeParser This class represents a parser for SVG style attributes.
 

Package org.apache.batik.parser.style Description

Provides an extensible framework for style attributes parsing.



Copyright © 2001 Apache Software Foundation. All Rights Reserved.