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
This class is a CSSStyleDeclaration for the override style of
the element.
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from class CSSOMSVGStyleDeclaration
CSSOMSVGStyleDeclaration.StyleDeclarationColorValue, CSSOMSVGStyleDeclaration.StyleDeclarationPaintValueNested classes/interfaces inherited from class CSSOMStyleDeclaration
CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.StyleDeclarationValue, CSSOMStyleDeclaration.ValueProvider -
Field Summary
Fields inherited from class CSSOMStoredStyleDeclaration
declarationFields inherited from class CSSOMSVGStyleDeclaration
cssEngineFields inherited from class CSSOMStyleDeclaration
handler, parentRule, valueProvider, values -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new OverrideStyleDeclaration. -
Method Summary
Modifier and TypeMethodDescriptionvoidpropertyChanged(String name, String value, String prio) Called when a property was changed.voidpropertyRemoved(String name) Called when a property was removed.voidtextChanged(String text) Called when the value text has changed.Methods inherited from class CSSOMStoredStyleDeclaration
getLength, getStyleDeclaration, getText, getValue, isImportant, item, setStyleDeclarationMethods inherited from class CSSOMSVGStyleDeclaration
createCSSValueMethods inherited from class CSSOMStyleDeclaration
getCssText, getCSSValue, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, removeProperty, setCssText, setModificationHandler, setProperty
-
Constructor Details
-
OverrideStyleDeclaration
Creates a new OverrideStyleDeclaration.
-
-
Method Details
-
textChanged
Called when the value text has changed.- Throws:
DOMException
-
propertyRemoved
Called when a property was removed.- Throws:
DOMException
-
propertyChanged
Called when a property was changed.- Throws:
DOMException
-