protected class CSSOMSVGColor.ColorNumber
extends java.lang.Object
implements org.w3c.dom.svg.SVGNumber
Modifier and Type | Field and Description |
---|---|
protected float |
value
The value of this number, when detached.
|
Constructor and Description |
---|
ColorNumber(float f)
Creates a new ColorNumber.
|
Modifier and Type | Method and Description |
---|---|
float |
getValue()
Implements
SVGNumber.getValue() . |
void |
setValue(float f)
Implements
SVGNumber.setValue(float) . |