org.apache.batik.css.engine.value.svg
public class SVGColorManager extends ColorManager
Field Summary | |
---|---|
protected Value | defaultValue
The default value. |
protected String | property
The name of the handled property. |
Constructor Summary | |
---|---|
SVGColorManager(String prop)
Creates a new SVGColorManager.
| |
SVGColorManager(String prop, Value v)
Creates a new SVGColorManager. |
Method Summary | |
---|---|
Value | computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager. |
Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue. |
protected float | getColorValue(LexicalUnit lu)
Creates a float value usable as a component of an RGBColor. |
Value | getDefaultValue()
Implements getDefaultValue. |
String | getPropertyName()
Implements getPropertyName. |
int | getPropertyType()
Implements getPropertyType. |
boolean | isAdditiveProperty()
Implements isAdditiveProperty. |
boolean | isAnimatableProperty()
Implements isAnimatableProperty. |
boolean | isInheritedProperty()
Implements isInheritedProperty. |