java.lang.Object
org.apache.batik.dom.svg.AbstractSVGNumber
- All Implemented Interfaces:
- org.w3c.dom.svg.SVGNumber
- Direct Known Subclasses:
- AbstractSVGNumberList.SVGNumberItem
- public abstract class AbstractSVGNumber
- extends java.lang.Object
- implements org.w3c.dom.svg.SVGNumber
|
Field Summary |
(package private) float |
value
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
float value
AbstractSVGNumber
public AbstractSVGNumber()
- Creates a new instance of SVGOMNumber
getValue
public float getValue()
- Specified by:
getValue in interface org.w3c.dom.svg.SVGNumber
setValue
public void setValue(float f)
- Specified by:
setValue in interface org.w3c.dom.svg.SVGNumber