org.apache.batik.css.dom

Class CSSOMSVGPaint.AbstractModificationHandler

public abstract class CSSOMSVGPaint.AbstractModificationHandler extends Object implements CSSOMSVGPaint.PaintModificationHandler

Provides an abstract implementation of a PaintModificationHandler.
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.
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.
voidpaintChanged(short type, String uri, String rgb, String icc)
Called when the paint value has beem modified.
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.
voiduriChanged(String uri)
Called when the URI has been modified.

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.

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.

paintChanged

public void paintChanged(short type, String uri, String rgb, String icc)
Called when the paint value has beem modified.

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.

uriChanged

public void uriChanged(String uri)
Called when the URI has been modified.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.