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 |
void | 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 | colorAppend(float f)
Called when the ICC color has been append. |
void | colorChanged(short type, String rgb, String icc)
Called when the SVGColor has changed. |
void | colorInsertedBefore(float f, int idx)
Called when the ICC color has been inserted. |
void | colorProfileChanged(String cp)
Called when the ICC color profile has changed. |
void | colorRemoved(int idx)
Called when the ICC color has been removed. |
void | colorReplaced(float f, int idx)
Called when the ICC color has been replaced. |
void | colorsCleared()
Called when the ICC colors has changed. |
void | colorsInitialized(float f)
Called when the ICC colors has been initialized. |
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 | paintChanged(short type, String uri, String rgb, String icc)
Called when the paint value has beem modified. |
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 | rgbColorChanged(String text)
Called when the RGBColor text has changed. |
void | rgbColorICCColorChanged(String rgb, String icc)
Called when the RGBColor and the ICCColor text has changed. |
void | uriChanged(String uri)
Called when the URI has been modified. |
public void blueFloatValueChanged(short unit, float value)
Called when the blue float value has changed.
public void blueTextChanged(String text)
Called when the blue value text has changed.
public void colorAppend(float f)
Called when the ICC color has been append.
public void colorChanged(short type, String rgb, String icc)
Called when the SVGColor has changed.
public void colorInsertedBefore(float f, int idx)
Called when the ICC color has been inserted.
public void colorProfileChanged(String cp)
Called when the ICC color profile has changed.
public void colorRemoved(int idx)
Called when the ICC color has been removed.
public void colorReplaced(float f, int idx)
Called when the ICC color has been replaced.
public void colorsCleared()
Called when the ICC colors has changed.
public void colorsInitialized(float f)
Called when the ICC colors has been initialized.
protected abstract
Value getValue()
Returns the associated value.
public void greenFloatValueChanged(short unit, float value)
Called when the green float value has changed.
public void greenTextChanged(String text)
Called when the green value text has changed.
public void paintChanged(short type, String uri, String rgb, String icc)
Called when the paint value has beem modified.
public void redFloatValueChanged(short unit, float value)
Called when the red float value has changed.
public void redTextChanged(String text)
Called when the red value text has changed.
public void rgbColorChanged(String text)
Called when the RGBColor text has changed.
public void rgbColorICCColorChanged(String rgb, String icc)
Called when the RGBColor and the ICCColor text has changed.
public void uriChanged(String uri)
Called when the URI has been modified.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.