org.apache.batik.css.dom
protected class CSSOMSVGColor.ColorNumber extends Object implements SVGNumber
| Field Summary | |
|---|---|
| protected float | value
The value of this number, when detached. |
| Constructor Summary | |
|---|---|
| ColorNumber(float f)
Creates a new ColorNumber. | |
| Method Summary | |
|---|---|
| float | getValue()
Implements SVGNumber#getValue(). |
| void | setValue(float f)
Implements SVGNumber#setValue(float). |