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 {@link
ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value)}. |
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 {@link ValueManager#createValue(LexicalUnit,CSSEngine)}. |
StringMap | getIdentifiers()
Implements {@link IdentifierManager#getIdentifiers()}. |