org.apache.batik.css.engine.value
public abstract class AbstractValueManager extends AbstractValueFactory implements ValueManager
Method Summary | |
---|---|
Value | computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager. |
Value | createFloatValue(short unitType, float floatValue)
Implements ValueManager. |
Value | createStringValue(short type, String value, CSSEngine engine)
Implements ValueManager. |