org.apache.batik.css.dom

Class CSSOMValue.AbstractModificationHandler

public abstract class CSSOMValue.AbstractModificationHandler extends Object implements CSSOMValue.ModificationHandler

This class provides an abstract implementation of a ModificationHandler.
Method Summary
voidblueFloatValueChanged(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.

Method Detail

blueFloatValueChanged

public void blueFloatValueChanged(short unit, float value)
Called when the blue float value has changed.

blueTextChanged

public void blueTextChanged(String text)
Called when the blue value text has changed.

bottomFloatValueChanged

public void bottomFloatValueChanged(short unit, float value)
Called when the bottom float value has changed.

bottomTextChanged

public void bottomTextChanged(String text)
Called when the bottom value text has changed.

floatValueChanged

public void floatValueChanged(short unit, float value)
Called when the float value has changed.

getValue

protected abstract Value getValue()
Returns the associated value.

greenFloatValueChanged

public void greenFloatValueChanged(short unit, float value)
Called when the green float value has changed.

greenTextChanged

public void greenTextChanged(String text)
Called when the green value text has changed.

leftFloatValueChanged

public void leftFloatValueChanged(short unit, float value)
Called when the left float value has changed.

leftTextChanged

public void leftTextChanged(String text)
Called when the left value text has changed.

listFloatValueChanged

public void listFloatValueChanged(int idx, short unit, float value)
Called when the list float value has changed.

listStringValueChanged

public void listStringValueChanged(int idx, short unit, String value)
Called when the list string value has changed.

listTextChanged

public void listTextChanged(int idx, String text)
Called when the list value text has changed.

redFloatValueChanged

public void redFloatValueChanged(short unit, float value)
Called when the red float value has changed.

redTextChanged

public void redTextChanged(String text)
Called when the red value text has changed.

rightFloatValueChanged

public void rightFloatValueChanged(short unit, float value)
Called when the right float value has changed.

rightTextChanged

public void rightTextChanged(String text)
Called when the right value text has changed.

stringValueChanged

public void stringValueChanged(short type, String value)
Called when the string value has changed.

topFloatValueChanged

public void topFloatValueChanged(short unit, float value)
Called when the top float value has changed.

topTextChanged

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