|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.dom.CSSOMSVGColor.ColorNumber
protected class CSSOMSVGColor.ColorNumber
To represent a SVGNumber which is part of a color list.
| Field Summary | |
|---|---|
protected float |
value
The value of this number, when detached. |
| Constructor Summary | |
|---|---|
CSSOMSVGColor.ColorNumber(float f)
Creates a new ColorNumber. |
|
| Method Summary | |
|---|---|
float |
getValue()
Implements SVGNumber.getValue(). |
void |
setValue(float f)
Implements SVGNumber.setValue(float). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected float value
| Constructor Detail |
|---|
public CSSOMSVGColor.ColorNumber(float f)
| Method Detail |
|---|
public float getValue()
SVGNumber.getValue().
getValue in interface org.w3c.dom.svg.SVGNumberpublic void setValue(float f)
SVGNumber.setValue(float).
setValue in interface org.w3c.dom.svg.SVGNumber
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||