-
Constructor Summary
Constructors
Constructor for SVGNumberImpl.
Constructor for SVGNumberImpl.
Constructor for SVGNumberImpl.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVGNumberImpl
public SVGNumberImpl()
Constructor for SVGNumberImpl.
-
SVGNumberImpl
public SVGNumberImpl(float value)
Constructor for SVGNumberImpl.
- Parameters:
value
- a Float
object.
-
SVGNumberImpl
public SVGNumberImpl(String strValue)
Constructor for SVGNumberImpl.
- Parameters:
strValue
- a String
object.
-
Method Details
-
getValue
public float getValue()
- Specified by:
getValue
in interface SVGNumber
- Returns:
- a float.
-
setValue
public void setValue(float value)
- Specified by:
setValue
in interface SVGNumber
- Parameters:
value
- a float.