org.apache.batik.css.engine.value
public abstract class AbstractColorManager extends IdentifierManager
Field Summary | |
---|---|
protected static StringMap | computedValues
The computed identifier values. |
protected static StringMap | values
The identifier values. |
Method Summary | |
---|---|
Value | computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager. |
protected Value | createColorComponent(LexicalUnit lu)
Creates a color component from a lexical unit. |
protected Value | createRGBColor(Value r, Value g, Value b)
Creates an RGB color. |
Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue. |
StringMap | getIdentifiers()
Implements getIdentifiers. |