public abstract class CSSOMSVGPaint.AbstractModificationHandler extends java.lang.Object implements CSSOMSVGPaint.PaintModificationHandler
Constructor and Description |
---|
AbstractModificationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
blueFloatValueChanged(short unit,
float value)
Called when the blue float value has changed.
|
void |
blueTextChanged(java.lang.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,
java.lang.String rgb,
java.lang.String icc)
Called when the SVGColor has changed.
|
void |
colorInsertedBefore(float f,
int idx)
Called when the ICC color has been inserted.
|
void |
colorProfileChanged(java.lang.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(java.lang.String text)
Called when the green value text has changed.
|
void |
paintChanged(short type,
java.lang.String uri,
java.lang.String rgb,
java.lang.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(java.lang.String text)
Called when the red value text has changed.
|
void |
rgbColorChanged(java.lang.String text)
Called when the RGBColor text has changed.
|
void |
rgbColorICCColorChanged(java.lang.String rgb,
java.lang.String icc)
Called when the RGBColor and the ICCColor text has changed.
|
void |
uriChanged(java.lang.String uri)
Called when the URI has been modified.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
textChanged
protected abstract Value getValue()
public void redTextChanged(java.lang.String text) throws DOMException
redTextChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void redFloatValueChanged(short unit, float value) throws DOMException
redFloatValueChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void greenTextChanged(java.lang.String text) throws DOMException
greenTextChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void greenFloatValueChanged(short unit, float value) throws DOMException
greenFloatValueChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void blueTextChanged(java.lang.String text) throws DOMException
blueTextChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void blueFloatValueChanged(short unit, float value) throws DOMException
blueFloatValueChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void rgbColorChanged(java.lang.String text) throws DOMException
rgbColorChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void rgbColorICCColorChanged(java.lang.String rgb, java.lang.String icc) throws DOMException
rgbColorICCColorChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void colorChanged(short type, java.lang.String rgb, java.lang.String icc) throws DOMException
colorChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void colorProfileChanged(java.lang.String cp) throws DOMException
colorProfileChanged
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void colorsCleared() throws DOMException
colorsCleared
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void colorsInitialized(float f) throws DOMException
colorsInitialized
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void colorInsertedBefore(float f, int idx) throws DOMException
colorInsertedBefore
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void colorReplaced(float f, int idx) throws DOMException
colorReplaced
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void colorRemoved(int idx) throws DOMException
colorRemoved
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void colorAppend(float f) throws DOMException
colorAppend
in interface CSSOMSVGColor.ModificationHandler
DOMException
public void uriChanged(java.lang.String uri)
uriChanged
in interface CSSOMSVGPaint.PaintModificationHandler
public void paintChanged(short type, java.lang.String uri, java.lang.String rgb, java.lang.String icc)
paintChanged
in interface CSSOMSVGPaint.PaintModificationHandler
Copyright © 2022 Apache Software Foundation. All Rights Reserved.