Interface CSSOMSVGColor.ModificationHandler
- All Known Subinterfaces:
CSSOMSVGPaint.PaintModificationHandler
- All Known Implementing Classes:
CSSOMSVGColor.AbstractModificationHandler, CSSOMSVGPaint.AbstractModificationHandler
- Enclosing class:
CSSOMSVGColor
public static interface CSSOMSVGColor.ModificationHandler
To manage the modifications on a CSS value.
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionvoidblueFloatValueChanged(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.voidCalled 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.voidCalled 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 Details
-
textChanged
Called when the value text has changed.- Throws:
DOMException
-
redTextChanged
Called when the red value text has changed.- Throws:
DOMException
-
redFloatValueChanged
Called when the red float value has changed.- Throws:
DOMException
-
greenTextChanged
Called when the green value text has changed.- Throws:
DOMException
-
greenFloatValueChanged
Called when the green float value has changed.- Throws:
DOMException
-
blueTextChanged
Called when the blue value text has changed.- Throws:
DOMException
-
blueFloatValueChanged
Called when the blue float value has changed.- Throws:
DOMException
-
rgbColorChanged
Called when the RGBColor text has changed.- Throws:
DOMException
-
rgbColorICCColorChanged
Called when the RGBColor and the ICCColor text has changed.- Throws:
DOMException
-
colorChanged
Called when the SVGColor has changed.- Throws:
DOMException
-
colorProfileChanged
Called when the ICC color profile has changed.- Throws:
DOMException
-
colorsCleared
Called when the ICC colors has changed.- Throws:
DOMException
-
colorsInitialized
Called when the ICC colors has been initialized.- Throws:
DOMException
-
colorInsertedBefore
Called when the ICC color has been inserted.- Throws:
DOMException
-
colorReplaced
Called when the ICC color has been replaced.- Throws:
DOMException
-
colorRemoved
Called when the ICC color has been removed.- Throws:
DOMException
-
colorAppend
Called when the ICC color has been append.- Throws:
DOMException
-