|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSValueFactory | |
org.apache.batik.parser.style | Provides an extensible framework for style attributes parsing. |
Uses of CSSValueFactory in org.apache.batik.parser.style |
Classes in org.apache.batik.parser.style that implement CSSValueFactory | |
class |
AbstractCSSValueFactory
This class is the abstract superclass of all factories. |
class |
AbstractLengthFactory
This class provides an abstract factory for CSS lengths. |
class |
AbstractRectFactory
This class represents the factories for the rect CSS values. |
class |
ClipFactory
This class represents the factories for the "clip" attribute value. |
class |
LengthFactory
This class provides a factory for CSS lengths. |
Methods in org.apache.batik.parser.style with parameters of type CSSValueFactory | |
void |
StyleAttributeParser.putCSSValueFactory(java.lang.String ns,
java.lang.String ln,
CSSValueFactory vf)
Allows the user to register its own ValueFactory to create a style attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |