org.apache.batik.dom.svg
public class SVGStylableElement.StyleDeclaration extends CSSOMStoredStyleDeclaration implements LiveAttributeValue, CSSEngine.MainPropertyReceiver
| Field Summary | |
|---|---|
| protected boolean | mutate
Whether the mutation comes from this object. |
| Constructor Summary | |
|---|---|
| StyleDeclaration(CSSEngine eng)
Creates a new StyleDeclaration. | |
| 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. |
| void | propertyChanged(String name, String value, String prio)
Called when a property was changed. |
| void | propertyRemoved(String name)
Called when a property was removed. |
| void | setMainProperty(String name, Value v, boolean important)
Sets a main property value in response to a shorthand property
being set. |
| void | textChanged(String text)
Called when the value text has changed. |