Class CSSOMValue.AbstractModificationHandler
java.lang.Object
org.apache.batik.css.dom.CSSOMValue.AbstractModificationHandler
- All Implemented Interfaces:
CSSOMValue.ModificationHandler
- Enclosing class:
CSSOMValue
public abstract static class CSSOMValue.AbstractModificationHandler
extends Object
implements CSSOMValue.ModificationHandler
This class provides an abstract implementation of a ModificationHandler.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidblueFloatValueChanged(short unit, float value) Called when the blue float value has changed.voidblueTextChanged(String text) Called when the blue value text has changed.voidbottomFloatValueChanged(short unit, float value) Called when the bottom float value has changed.voidbottomTextChanged(String text) Called when the bottom value text has changed.voidfloatValueChanged(short unit, float value) Called when the float value has changed.protected abstract ValuegetValue()Returns the associated value.voidgreenFloatValueChanged(short unit, float value) Called when the green float value has changed.voidgreenTextChanged(String text) Called when the green value text has changed.voidleftFloatValueChanged(short unit, float value) Called when the left float value has changed.voidleftTextChanged(String text) Called when the left value text has changed.voidlistFloatValueChanged(int idx, short unit, float value) Called when the list float value has changed.voidlistStringValueChanged(int idx, short unit, String value) Called when the list string value has changed.voidlistTextChanged(int idx, String text) Called when the list value text has changed.voidredFloatValueChanged(short unit, float value) Called when the red float value has changed.voidredTextChanged(String text) Called when the red value text has changed.voidrightFloatValueChanged(short unit, float value) Called when the right float value has changed.voidrightTextChanged(String text) Called when the right value text has changed.voidstringValueChanged(short type, String value) Called when the string value has changed.voidtopFloatValueChanged(short unit, float value) Called when the top float value has changed.voidtopTextChanged(String text) Called when the top value text has changed.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CSSOMValue.ModificationHandler
textChanged
-
Constructor Details
-
AbstractModificationHandler
public AbstractModificationHandler()
-
-
Method Details
-
getValue
Returns the associated value. -
floatValueChanged
Called when the float value has changed.- Specified by:
floatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
stringValueChanged
Called when the string value has changed.- Specified by:
stringValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
leftTextChanged
Called when the left value text has changed.- Specified by:
leftTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
leftFloatValueChanged
Called when the left float value has changed.- Specified by:
leftFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
topTextChanged
Called when the top value text has changed.- Specified by:
topTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
topFloatValueChanged
Called when the top float value has changed.- Specified by:
topFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
rightTextChanged
Called when the right value text has changed.- Specified by:
rightTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
rightFloatValueChanged
Called when the right float value has changed.- Specified by:
rightFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
bottomTextChanged
Called when the bottom value text has changed.- Specified by:
bottomTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
bottomFloatValueChanged
Called when the bottom float value has changed.- Specified by:
bottomFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
redTextChanged
Called when the red value text has changed.- Specified by:
redTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
redFloatValueChanged
Called when the red float value has changed.- Specified by:
redFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
greenTextChanged
Called when the green value text has changed.- Specified by:
greenTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
greenFloatValueChanged
Called when the green float value has changed.- Specified by:
greenFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
blueTextChanged
Called when the blue value text has changed.- Specified by:
blueTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
blueFloatValueChanged
Called when the blue float value has changed.- Specified by:
blueFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
listTextChanged
Called when the list value text has changed.- Specified by:
listTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
listFloatValueChanged
Called when the list float value has changed.- Specified by:
listFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-
listStringValueChanged
Called when the list string value has changed.- Specified by:
listStringValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
DOMException
-