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 ValueManager. |
| Value | createFloatValue(short type, float floatValue)
Implements ValueManager. |
| Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue. |
| protected abstract int | getOrientation()
Indicates the orientation of the property associated with
this manager. |