org.apache.batik.css.engine.value
public abstract class LengthManager extends AbstractValueManager
Field Summary | |
---|---|
protected static int | BOTH_ORIENTATION |
protected static int | HORIZONTAL_ORIENTATION |
protected static int | VERTICAL_ORIENTATION |
Method Summary | |
---|---|
Value | computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements {@link
ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value)}. |
Value | createFloatValue(short type, float floatValue)
Implements {@link ValueManager#createFloatValue(short,float)}. |
Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}. |
protected abstract int | getOrientation()
Indicates the orientation of the property associated with
this manager. |