org.apache.batik.css.engine.value

Class AbstractValueManager

public abstract class AbstractValueManager extends AbstractValueFactory implements ValueManager

This class provides an abstract implementation of the ValueManager interface.
Method Summary
ValuecomputeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager.
ValuecreateFloatValue(short unitType, float floatValue)
Implements ValueManager.
ValuecreateStringValue(short type, String value, CSSEngine engine)
Implements ValueManager.

Method Detail

computeValue

public Value computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager.

createFloatValue

public Value createFloatValue(short unitType, float floatValue)
Implements ValueManager.

createStringValue

public Value createStringValue(short type, String value, CSSEngine engine)
Implements ValueManager.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.