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 {@link
ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value)}. |
| Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}. |
| protected float | getColorValue(LexicalUnit lu)
Creates a float value usable as a component of an RGBColor. |
| Value | getDefaultValue()
Implements {@link
org.apache.batik.css.engine.value.ValueManager#getDefaultValue()}. |
| String | getPropertyName()
Implements {@link ValueManager#getPropertyName()}. |
| int | getPropertyType()
Implements {@link ValueManager#getPropertyType()}. |
| boolean | isAdditiveProperty()
Implements {@link ValueManager#isAdditiveProperty()}. |
| boolean | isAnimatableProperty()
Implements {@link ValueManager#isAnimatableProperty()}. |
| boolean | isInheritedProperty()
Implements {@link ValueManager#isInheritedProperty()}. |