org.apache.batik.dom.svg
Class SVGStylableElement.OverrideStyleDeclaration

java.lang.Object
  extended byorg.apache.batik.css.dom.CSSOMStyleDeclaration
      extended byorg.apache.batik.css.dom.CSSOMSVGStyleDeclaration
          extended byorg.apache.batik.css.dom.CSSOMStoredStyleDeclaration
              extended byorg.apache.batik.dom.svg.SVGStylableElement.OverrideStyleDeclaration
All Implemented Interfaces:
CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.ValueProvider, CSSStyleDeclaration, StyleDeclarationProvider
Enclosing class:
SVGStylableElement

protected class SVGStylableElement.OverrideStyleDeclaration
extends CSSOMStoredStyleDeclaration

This class is a CSSStyleDeclaration for the override style of the element.


Nested Class Summary
 
Nested classes inherited from class org.apache.batik.css.dom.CSSOMSVGStyleDeclaration
CSSOMSVGStyleDeclaration.StyleDeclarationColorValue, CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
 
Nested classes inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration
CSSOMStyleDeclaration.ModificationHandler, CSSOMStyleDeclaration.StyleDeclarationValue, CSSOMStyleDeclaration.ValueProvider
 
Field Summary
 
Fields inherited from class org.apache.batik.css.dom.CSSOMStoredStyleDeclaration
declaration
 
Fields inherited from class org.apache.batik.css.dom.CSSOMSVGStyleDeclaration
cssEngine
 
Fields inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration
handler, parentRule, valueProvider, values
 
Constructor Summary
protected SVGStylableElement.OverrideStyleDeclaration(CSSEngine eng)
          Creates a new OverrideStyleDeclaration.
 
Method Summary
 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 textChanged(String text)
          Called when the value text has changed.
 
Methods inherited from class org.apache.batik.css.dom.CSSOMStoredStyleDeclaration
getLength, getStyleDeclaration, getText, getValue, isImportant, item, setStyleDeclaration
 
Methods inherited from class org.apache.batik.css.dom.CSSOMSVGStyleDeclaration
createCSSValue
 
Methods inherited from class org.apache.batik.css.dom.CSSOMStyleDeclaration
getCssText, getCSSValue, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, removeProperty, setCssText, setModificationHandler, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGStylableElement.OverrideStyleDeclaration

protected SVGStylableElement.OverrideStyleDeclaration(CSSEngine eng)
Creates a new OverrideStyleDeclaration.

Method Detail

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 © 2009 Apache Software Foundation. All Rights Reserved.