public abstract class CSSOMSVGColor.AbstractModificationHandler extends java.lang.Object implements CSSOMSVGColor.ModificationHandler
| Constructor and Description |
|---|
CSSOMSVGColor.AbstractModificationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
blueFloatValueChanged(short unit,
float fValue)
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 fValue)
Called when the green float value has changed.
|
void |
greenTextChanged(java.lang.String text)
Called when the green value text has changed.
|
void |
redFloatValueChanged(short unit,
float fValue)
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittextChangedpublic CSSOMSVGColor.AbstractModificationHandler()
protected abstract Value getValue()
public void redTextChanged(java.lang.String text)
throws org.w3c.dom.DOMException
redTextChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void redFloatValueChanged(short unit,
float fValue)
throws org.w3c.dom.DOMException
redFloatValueChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void greenTextChanged(java.lang.String text)
throws org.w3c.dom.DOMException
greenTextChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void greenFloatValueChanged(short unit,
float fValue)
throws org.w3c.dom.DOMException
greenFloatValueChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void blueTextChanged(java.lang.String text)
throws org.w3c.dom.DOMException
blueTextChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void blueFloatValueChanged(short unit,
float fValue)
throws org.w3c.dom.DOMException
blueFloatValueChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void rgbColorChanged(java.lang.String text)
throws org.w3c.dom.DOMException
rgbColorChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void rgbColorICCColorChanged(java.lang.String rgb,
java.lang.String icc)
throws org.w3c.dom.DOMException
rgbColorICCColorChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void colorChanged(short type,
java.lang.String rgb,
java.lang.String icc)
throws org.w3c.dom.DOMException
colorChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void colorProfileChanged(java.lang.String cp)
throws org.w3c.dom.DOMException
colorProfileChanged in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void colorsCleared()
throws org.w3c.dom.DOMException
colorsCleared in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void colorsInitialized(float f)
throws org.w3c.dom.DOMException
colorsInitialized in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void colorInsertedBefore(float f,
int idx)
throws org.w3c.dom.DOMException
colorInsertedBefore in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void colorReplaced(float f,
int idx)
throws org.w3c.dom.DOMException
colorReplaced in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void colorRemoved(int idx)
throws org.w3c.dom.DOMException
colorRemoved in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionpublic void colorAppend(float f)
throws org.w3c.dom.DOMException
colorAppend in interface CSSOMSVGColor.ModificationHandlerorg.w3c.dom.DOMExceptionCopyright ? 2009 Apache Software Foundation. All Rights Reserved.