public abstract class AbstractSVGNumber extends Object
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) . |
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.