org.apache.batik.dom.svg
public class SVGStylableElement.PresentationAttributeColorValue extends CSSOMSVGColor implements LiveAttributeValue, CSSOMSVGColor.ValueProvider
| Field Summary | |
|---|---|
| protected CSSEngine | cssEngine
The CSS engine. |
| protected boolean | mutate
Whether the mutation comes from this object. |
| protected String | property
The property name. |
| protected Value | value
The value. |
| Constructor Summary | |
|---|---|
| PresentationAttributeColorValue(CSSEngine eng, String prop)
Creates a new PresentationAttributeColorValue. | |
| Method Summary | |
|---|---|
| void | attrAdded(Attr node, String newv)
Called when an Attr node has been added. |
| void | attrModified(Attr node, String oldv, String newv)
Called when an Attr node has been modified. |
| void | attrRemoved(Attr node, String oldv)
Called when an Attr node has been removed. |
| Value | getValue()
Returns the current value associated with this object. |