public static interface CSSOMSVGColor.ModificationHandler
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 |
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 |
textChanged(String text)
Called when the value text has changed.
|
void textChanged(String text) throws DOMException
DOMExceptionvoid redTextChanged(String text) throws DOMException
DOMExceptionvoid redFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid greenTextChanged(String text) throws DOMException
DOMExceptionvoid greenFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid blueTextChanged(String text) throws DOMException
DOMExceptionvoid blueFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid rgbColorChanged(String text) throws DOMException
DOMExceptionvoid rgbColorICCColorChanged(String rgb, String icc) throws DOMException
DOMExceptionvoid colorChanged(short type,
String rgb,
String icc)
throws DOMException
DOMExceptionvoid colorProfileChanged(String cp) throws DOMException
DOMExceptionvoid colorsCleared()
throws DOMException
DOMExceptionvoid colorsInitialized(float f)
throws DOMException
DOMExceptionvoid colorInsertedBefore(float f,
int idx)
throws DOMException
DOMExceptionvoid colorReplaced(float f,
int idx)
throws DOMException
DOMExceptionvoid colorRemoved(int idx)
throws DOMException
DOMExceptionvoid colorAppend(float f)
throws DOMException
DOMExceptionCopyright © 2000–2017 Apache Software Foundation. All rights reserved.