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 ValueManager. |
Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue. |
int | getPropertyType()
Implements getPropertyType. |
boolean | isAdditiveProperty()
Implements isAdditiveProperty. |
boolean | isAnimatableProperty()
Implements isAnimatableProperty. |
boolean | isInheritedProperty()
Implements isInheritedProperty. |
Parameters: prop The property name. v The default value.