org.apache.batik.dom.svg

Class SVGStylableElement.OverrideStyleDeclaration

protected class SVGStylableElement.OverrideStyleDeclaration extends CSSOMStoredStyleDeclaration

This class is a CSSStyleDeclaration for the override style of the element.
Constructor Summary
protected OverrideStyleDeclaration(CSSEngine eng)
Creates a new OverrideStyleDeclaration.
Method Summary
voidpropertyChanged(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.

Constructor Detail

OverrideStyleDeclaration

protected OverrideStyleDeclaration(CSSEngine eng)
Creates a new OverrideStyleDeclaration.

Method Detail

propertyChanged

public void propertyChanged(String name, String value, String prio)
Called when a property was changed.

propertyRemoved

public void propertyRemoved(String name)
Called when a property was removed.

textChanged

public void textChanged(String text)
Called when the value text has changed.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.