Interface CSSOMSVGPaint.PaintModificationHandler
- All Superinterfaces:
CSSOMSVGColor.ModificationHandler
- All Known Implementing Classes:
CSSOMSVGPaint.AbstractModificationHandler
- Enclosing class:
CSSOMSVGPaint
public static interface CSSOMSVGPaint.PaintModificationHandler
extends CSSOMSVGColor.ModificationHandler
To manage the modifications on a SVGPaint value.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpaintChanged(short type, String uri, String rgb, String icc) Called when the paint value has beem modified.voiduriChanged(String uri) Called when the URI has been modified.Methods inherited from interface CSSOMSVGColor.ModificationHandler
blueFloatValueChanged, blueTextChanged, colorAppend, colorChanged, colorInsertedBefore, colorProfileChanged, colorRemoved, colorReplaced, colorsCleared, colorsInitialized, greenFloatValueChanged, greenTextChanged, redFloatValueChanged, redTextChanged, rgbColorChanged, rgbColorICCColorChanged, textChanged
-
Method Details
-
uriChanged
Called when the URI has been modified. -
paintChanged
-