public abstract class AbstractSVGNumber extends Object implements org.w3c.dom.svg.SVGNumber
SVGNumber.| Modifier and Type | Field and Description |
|---|---|
protected float |
value
The number.
|
| Constructor and Description |
|---|
AbstractSVGNumber() |
| Modifier and Type | Method and Description |
|---|---|
float |
getValue()
DOM: Implements
SVGNumber.getValue(). |
void |
setValue(float f)
DOM: Implements
SVGNumber.setValue(float). |
public float getValue()
SVGNumber.getValue().getValue in interface org.w3c.dom.svg.SVGNumberpublic void setValue(float f)
SVGNumber.setValue(float).setValue in interface org.w3c.dom.svg.SVGNumberCopyright © 2000–2021 Apache Software Foundation. All rights reserved.