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 java.lang.Object implements CSSOMValue.ModificationHandler
This class provides an abstract implementation of a ModificationHandler.
-
-
Constructor Summary
Constructors Constructor Description AbstractModificationHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidblueFloatValueChanged(short unit, float value)Called when the blue float value has changed.voidblueTextChanged(java.lang.String text)Called when the blue value text has changed.voidbottomFloatValueChanged(short unit, float value)Called when the bottom float value has changed.voidbottomTextChanged(java.lang.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(java.lang.String text)Called when the green value text has changed.voidleftFloatValueChanged(short unit, float value)Called when the left float value has changed.voidleftTextChanged(java.lang.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, java.lang.String value)Called when the list string value has changed.voidlistTextChanged(int idx, java.lang.String text)Called when the list value text has changed.voidredFloatValueChanged(short unit, float value)Called when the red float value has changed.voidredTextChanged(java.lang.String text)Called when the red value text has changed.voidrightFloatValueChanged(short unit, float value)Called when the right float value has changed.voidrightTextChanged(java.lang.String text)Called when the right value text has changed.voidstringValueChanged(short type, java.lang.String value)Called when the string value has changed.voidtopFloatValueChanged(short unit, float value)Called when the top float value has changed.voidtopTextChanged(java.lang.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
-
-
-
-
Method Detail
-
getValue
protected abstract Value getValue()
Returns the associated value.
-
floatValueChanged
public void floatValueChanged(short unit, float value) throws org.w3c.dom.DOMExceptionCalled when the float value has changed.- Specified by:
floatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
stringValueChanged
public void stringValueChanged(short type, java.lang.String value) throws org.w3c.dom.DOMExceptionCalled when the string value has changed.- Specified by:
stringValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
leftTextChanged
public void leftTextChanged(java.lang.String text) throws org.w3c.dom.DOMExceptionCalled when the left value text has changed.- Specified by:
leftTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
leftFloatValueChanged
public void leftFloatValueChanged(short unit, float value) throws org.w3c.dom.DOMExceptionCalled when the left float value has changed.- Specified by:
leftFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
topTextChanged
public void topTextChanged(java.lang.String text) throws org.w3c.dom.DOMExceptionCalled when the top value text has changed.- Specified by:
topTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
topFloatValueChanged
public void topFloatValueChanged(short unit, float value) throws org.w3c.dom.DOMExceptionCalled when the top float value has changed.- Specified by:
topFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
rightTextChanged
public void rightTextChanged(java.lang.String text) throws org.w3c.dom.DOMExceptionCalled when the right value text has changed.- Specified by:
rightTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
rightFloatValueChanged
public void rightFloatValueChanged(short unit, float value) throws org.w3c.dom.DOMExceptionCalled when the right float value has changed.- Specified by:
rightFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
bottomTextChanged
public void bottomTextChanged(java.lang.String text) throws org.w3c.dom.DOMExceptionCalled when the bottom value text has changed.- Specified by:
bottomTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
bottomFloatValueChanged
public void bottomFloatValueChanged(short unit, float value) throws org.w3c.dom.DOMExceptionCalled when the bottom float value has changed.- Specified by:
bottomFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
redTextChanged
public void redTextChanged(java.lang.String text) throws org.w3c.dom.DOMExceptionCalled when the red value text has changed.- Specified by:
redTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
redFloatValueChanged
public void redFloatValueChanged(short unit, float value) throws org.w3c.dom.DOMExceptionCalled when the red float value has changed.- Specified by:
redFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
greenTextChanged
public void greenTextChanged(java.lang.String text) throws org.w3c.dom.DOMExceptionCalled when the green value text has changed.- Specified by:
greenTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
greenFloatValueChanged
public void greenFloatValueChanged(short unit, float value) throws org.w3c.dom.DOMExceptionCalled when the green float value has changed.- Specified by:
greenFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
blueTextChanged
public void blueTextChanged(java.lang.String text) throws org.w3c.dom.DOMExceptionCalled when the blue value text has changed.- Specified by:
blueTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
blueFloatValueChanged
public void blueFloatValueChanged(short unit, float value) throws org.w3c.dom.DOMExceptionCalled when the blue float value has changed.- Specified by:
blueFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
listTextChanged
public void listTextChanged(int idx, java.lang.String text) throws org.w3c.dom.DOMExceptionCalled when the list value text has changed.- Specified by:
listTextChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
listFloatValueChanged
public void listFloatValueChanged(int idx, short unit, float value) throws org.w3c.dom.DOMExceptionCalled when the list float value has changed.- Specified by:
listFloatValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
listStringValueChanged
public void listStringValueChanged(int idx, short unit, java.lang.String value) throws org.w3c.dom.DOMExceptionCalled when the list string value has changed.- Specified by:
listStringValueChangedin interfaceCSSOMValue.ModificationHandler- Throws:
org.w3c.dom.DOMException
-
-