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 {@link
ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value)}. |
Value | createFloatValue(short unitType, float floatValue)
Implements {@link ValueManager#createFloatValue(short,float)}. |
Value | createStringValue(short type, String value, CSSEngine engine)
Implements {@link
ValueManager#createStringValue(short,String,CSSEngine)}. |