Package org.apache.batik.css.dom
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
blueFloatValueChanged
(short unit, float value) Called when the blue float value has changed.void
blueTextChanged
(String text) Called when the blue value text has changed.void
bottomFloatValueChanged
(short unit, float value) Called when the bottom float value has changed.void
bottomTextChanged
(String text) Called when the bottom value text has changed.void
floatValueChanged
(short unit, float value) Called when the float value has changed.protected abstract Value
getValue()
Returns the associated value.void
greenFloatValueChanged
(short unit, float value) Called when the green float value has changed.void
greenTextChanged
(String text) Called when the green value text has changed.void
leftFloatValueChanged
(short unit, float value) Called when the left float value has changed.void
leftTextChanged
(String text) Called when the left value text has changed.void
listFloatValueChanged
(int idx, short unit, float value) Called when the list float value has changed.void
listStringValueChanged
(int idx, short unit, String value) Called when the list string value has changed.void
listTextChanged
(int idx, String text) Called when the list value text has changed.void
redFloatValueChanged
(short unit, float value) Called when the red float value has changed.void
redTextChanged
(String text) Called when the red value text has changed.void
rightFloatValueChanged
(short unit, float value) Called when the right float value has changed.void
rightTextChanged
(String text) Called when the right value text has changed.void
stringValueChanged
(short type, String value) Called when the string value has changed.void
topFloatValueChanged
(short unit, float value) Called when the top float value has changed.void
topTextChanged
(String text) Called when the top value text has changed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.batik.css.dom.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:
floatValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
stringValueChanged
Called when the string value has changed.- Specified by:
stringValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
leftTextChanged
Called when the left value text has changed.- Specified by:
leftTextChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
leftFloatValueChanged
Called when the left float value has changed.- Specified by:
leftFloatValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
topTextChanged
Called when the top value text has changed.- Specified by:
topTextChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
topFloatValueChanged
Called when the top float value has changed.- Specified by:
topFloatValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
rightTextChanged
Called when the right value text has changed.- Specified by:
rightTextChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
rightFloatValueChanged
Called when the right float value has changed.- Specified by:
rightFloatValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
bottomTextChanged
Called when the bottom value text has changed.- Specified by:
bottomTextChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
bottomFloatValueChanged
Called when the bottom float value has changed.- Specified by:
bottomFloatValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
redTextChanged
Called when the red value text has changed.- Specified by:
redTextChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
redFloatValueChanged
Called when the red float value has changed.- Specified by:
redFloatValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
greenTextChanged
Called when the green value text has changed.- Specified by:
greenTextChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
greenFloatValueChanged
Called when the green float value has changed.- Specified by:
greenFloatValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
blueTextChanged
Called when the blue value text has changed.- Specified by:
blueTextChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
blueFloatValueChanged
Called when the blue float value has changed.- Specified by:
blueFloatValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
listTextChanged
Called when the list value text has changed.- Specified by:
listTextChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
listFloatValueChanged
Called when the list float value has changed.- Specified by:
listFloatValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-
listStringValueChanged
Called when the list string value has changed.- Specified by:
listStringValueChanged
in interfaceCSSOMValue.ModificationHandler
- Throws:
DOMException
-