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