org.apache.batik.anim.dom
Class SVGStylableElement.OverrideStyleDeclaration
java.lang.Object
org.apache.batik.css.dom.CSSOMStyleDeclaration
org.apache.batik.css.dom.CSSOMSVGStyleDeclaration
org.apache.batik.css.dom.CSSOMStoredStyleDeclaration
org.apache.batik.anim.dom.SVGStylableElement.OverrideStyleDeclaration
- All Implemented Interfaces:
- CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.ValueProvider, StyleDeclarationProvider, CSSStyleDeclaration
- Enclosing class:
- SVGStylableElement
protected class SVGStylableElement.OverrideStyleDeclaration
- extends CSSOMStoredStyleDeclaration
This class is a CSSStyleDeclaration for the override style of
the element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGStylableElement.OverrideStyleDeclaration
protected SVGStylableElement.OverrideStyleDeclaration(CSSEngine eng)
- Creates a new OverrideStyleDeclaration.
textChanged
public void textChanged(String text)
throws DOMException
- Called when the value text has changed.
- Throws:
DOMException
propertyRemoved
public void propertyRemoved(String name)
throws DOMException
- Called when a property was removed.
- Throws:
DOMException
propertyChanged
public void propertyChanged(String name,
String value,
String prio)
throws DOMException
- Called when a property was changed.
- Throws:
DOMException
Copyright © 2017 Apache Software Foundation. All Rights Reserved.