|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.parser.style.AbstractCSSValueFactory
This class is the abstract superclass of all factories.
Field Summary | |
static java.lang.String |
AUTO
The 'auto' identifier string representation. |
static CSSValue |
AUTO_VALUE
The 'auto' identifier. |
static CSSValue |
INHERIT
The 'inherit' value. |
Constructor Summary | |
protected |
AbstractCSSValueFactory()
Creates a new AbstractCSSValueFactory object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.parser.style.CSSValueFactory |
createCSSValue |
Field Detail |
public static final CSSValue INHERIT
public static final java.lang.String AUTO
public static final CSSValue AUTO_VALUE
Constructor Detail |
protected AbstractCSSValueFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |