Package org.apache.batik.dom.svg
Class AbstractSVGNumber
- java.lang.Object
-
- org.apache.batik.dom.svg.AbstractSVGNumber
-
- All Implemented Interfaces:
org.w3c.dom.svg.SVGNumber
- Direct Known Subclasses:
SVGNumberItem
public abstract class AbstractSVGNumber extends java.lang.Object implements org.w3c.dom.svg.SVGNumber
Implementation ofSVGNumber
.- Version:
- $Id: AbstractSVGNumber.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description protected float
value
The number.
-
Constructor Summary
Constructors Constructor Description AbstractSVGNumber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getValue()
DOM: ImplementsSVGNumber.getValue()
.void
setValue(float f)
DOM: ImplementsSVGNumber.setValue(float)
.
-