org.w3c.dom.svg.SVGNumberSVGNumberItempublic abstract class AbstractSVGNumber
extends java.lang.Object
implements org.w3c.dom.svg.SVGNumber
SVGNumber.| Modifier and Type | Field | Description |
|---|---|---|
protected float |
value |
The number.
|
| Constructor | Description |
|---|---|
AbstractSVGNumber() |
| Modifier and Type | Method | Description |
|---|---|---|
float |
getValue() |
DOM: Implements
SVGNumber.getValue(). |
void |
setValue(float f) |
DOM: Implements
SVGNumber.setValue(float). |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.