org.apache.batik.css.engine.value.svg
public class SVGPaintManager extends SVGColorManager
| Constructor Summary | |
|---|---|
| SVGPaintManager(String prop)
Creates a new SVGPaintManager. | |
| SVGPaintManager(String prop, Value v)
Creates a new SVGPaintManager. | |
| 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)}. |
| int | getPropertyType()
Implements {@link ValueManager#getPropertyType()}. |
| boolean | isAdditiveProperty()
Implements {@link ValueManager#isAdditiveProperty()}. |
| boolean | isAnimatableProperty()
Implements {@link ValueManager#isAnimatableProperty()}. |
| boolean | isInheritedProperty()
Implements {@link ValueManager#isInheritedProperty()}. |
Parameters: prop The property name. v The default value.