|
||||||||||
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 | +--org.apache.batik.parser.style.LengthFactory
This class provides a factory for CSS lengths.
Fields inherited from class org.apache.batik.parser.style.AbstractCSSValueFactory |
AUTO, AUTO_VALUE, INHERIT |
Constructor Summary | |
LengthFactory()
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 |
public LengthFactory()
Method Detail |
public CSSValue createCSSValue(LexicalUnit lu)
createCSSValue
in class AbstractLengthFactory
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 |