org.apache.batik.dom.svg
public class SVGStylableElement.PresentationAttributeValue extends CSSOMValue implements LiveAttributeValue, CSSOMValue.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 | |
---|---|
PresentationAttributeValue(CSSEngine eng, String prop)
Creates a new PresentationAttributeValue. |
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. |