org.apache.batik.css.dom

Interface CSSOMSVGColor.ModificationHandler

public interface CSSOMSVGColor.ModificationHandler

To manage the modifications on a CSS value.
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.
voidcolorAppend(float f)
Called when the ICC color has been append.
voidcolorChanged(short type, String rgb, String icc)
Called when the SVGColor has changed.
voidcolorInsertedBefore(float f, int idx)
Called when the ICC color has been inserted.
voidcolorProfileChanged(String cp)
Called when the ICC color profile has changed.
voidcolorRemoved(int idx)
Called when the ICC color has been removed.
voidcolorReplaced(float f, int idx)
Called when the ICC color has been replaced.
voidcolorsCleared()
Called when the ICC colors has changed.
voidcolorsInitialized(float f)
Called when the ICC colors has been initialized.
voidgreenFloatValueChanged(short unit, float value)
Called when the green float value has changed.
voidgreenTextChanged(String text)
Called when the green 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.
voidrgbColorChanged(String text)
Called when the RGBColor text has changed.
voidrgbColorICCColorChanged(String rgb, String icc)
Called when the RGBColor and the ICCColor text has changed.
voidtextChanged(String text)
Called when the 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.

colorAppend

public void colorAppend(float f)
Called when the ICC color has been append.

colorChanged

public void colorChanged(short type, String rgb, String icc)
Called when the SVGColor has changed.

colorInsertedBefore

public void colorInsertedBefore(float f, int idx)
Called when the ICC color has been inserted.

colorProfileChanged

public void colorProfileChanged(String cp)
Called when the ICC color profile has changed.

colorRemoved

public void colorRemoved(int idx)
Called when the ICC color has been removed.

colorReplaced

public void colorReplaced(float f, int idx)
Called when the ICC color has been replaced.

colorsCleared

public void colorsCleared()
Called when the ICC colors has changed.

colorsInitialized

public void colorsInitialized(float f)
Called when the ICC colors has been initialized.

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.

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.

rgbColorChanged

public void rgbColorChanged(String text)
Called when the RGBColor text has changed.

rgbColorICCColorChanged

public void rgbColorICCColorChanged(String rgb, String icc)
Called when the RGBColor and the ICCColor text has changed.

textChanged

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