|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.dom.CSSOMSVGColor.AbstractModificationHandler
public abstract class CSSOMSVGColor.AbstractModificationHandler
Provides an abstract implementation of a ModificationHandler.
| Constructor Summary | |
|---|---|
CSSOMSVGColor.AbstractModificationHandler()
|
|
| Method Summary | |
|---|---|
void |
blueFloatValueChanged(short unit,
float fValue)
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. |
protected abstract Value |
getValue()
Returns the associated value. |
void |
greenFloatValueChanged(short unit,
float fValue)
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 fValue)
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.batik.css.dom.CSSOMSVGColor.ModificationHandler |
|---|
textChanged |
| Constructor Detail |
|---|
public CSSOMSVGColor.AbstractModificationHandler()
| Method Detail |
|---|
protected abstract Value getValue()
public void redTextChanged(String text)
throws DOMException
redTextChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void redFloatValueChanged(short unit,
float fValue)
throws DOMException
redFloatValueChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void greenTextChanged(String text)
throws DOMException
greenTextChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void greenFloatValueChanged(short unit,
float fValue)
throws DOMException
greenFloatValueChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void blueTextChanged(String text)
throws DOMException
blueTextChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void blueFloatValueChanged(short unit,
float fValue)
throws DOMException
blueFloatValueChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void rgbColorChanged(String text)
throws DOMException
rgbColorChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void rgbColorICCColorChanged(String rgb,
String icc)
throws DOMException
rgbColorICCColorChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void colorChanged(short type,
String rgb,
String icc)
throws DOMException
colorChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void colorProfileChanged(String cp)
throws DOMException
colorProfileChanged in interface CSSOMSVGColor.ModificationHandlerDOMException
public void colorsCleared()
throws DOMException
colorsCleared in interface CSSOMSVGColor.ModificationHandlerDOMException
public void colorsInitialized(float f)
throws DOMException
colorsInitialized in interface CSSOMSVGColor.ModificationHandlerDOMException
public void colorInsertedBefore(float f,
int idx)
throws DOMException
colorInsertedBefore in interface CSSOMSVGColor.ModificationHandlerDOMException
public void colorReplaced(float f,
int idx)
throws DOMException
colorReplaced in interface CSSOMSVGColor.ModificationHandlerDOMException
public void colorRemoved(int idx)
throws DOMException
colorRemoved in interface CSSOMSVGColor.ModificationHandlerDOMException
public void colorAppend(float f)
throws DOMException
colorAppend in interface CSSOMSVGColor.ModificationHandlerDOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||