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 {@link SVGNumber#getValue()}. |
void | setValue(float f)
Implements {@link SVGNumber#setValue(float)}. |