|
||||||||||
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 | +--org.apache.batik.parser.style.AbstractLengthFactory
This class provides an abstract factory for CSS lengths.
Fields inherited from class org.apache.batik.parser.style.AbstractCSSValueFactory |
AUTO, AUTO_VALUE, INHERIT |
Constructor Summary | |
protected |
AbstractLengthFactory()
Creates a new LengthFactory object. |
Method Summary | |
CSSValue |
createCSSValue(LexicalUnit lu)
Returns a CSSValue built from the given SAC lexical unit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected AbstractLengthFactory()
Method Detail |
public CSSValue createCSSValue(LexicalUnit lu)
lu
- The SAC lexical unit used to create the value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |