|
||||||||||
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.AbstractRectFactory
This class represents the factories for the rect CSS values.
Field Summary | |
protected LengthFactory |
factory
The factory for the parameters. |
Fields inherited from class org.apache.batik.parser.style.AbstractCSSValueFactory |
AUTO, AUTO_VALUE, INHERIT |
Constructor Summary | |
protected |
AbstractRectFactory()
Creates a new AbstractRectFactory 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 |
Field Detail |
protected LengthFactory factory
Constructor Detail |
protected AbstractRectFactory()
Method Detail |
public CSSValue createCSSValue(LexicalUnit lu)
org.apache.batik.parser.style.CSSValueFactory
l
- The lexical unit representing the value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |