org.apache.batik.dom.svg
Class AbstractSVGNumber

java.lang.Object
  extended byorg.apache.batik.dom.svg.AbstractSVGNumber
All Implemented Interfaces:
SVGNumber
Direct Known Subclasses:
AbstractSVGNumberList.SVGNumberItem

public abstract class AbstractSVGNumber
extends Object
implements SVGNumber

Implementation of SVGNumber.


Field Summary
protected  float value
          The number.
 
Constructor Summary
AbstractSVGNumber()
           
 
Method Summary
 float getValue()
          DOM: Implements SVGNumber.getValue().
 void setValue(float f)
          DOM: Implements SVGNumber.setValue(float).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected float value
The number.

Constructor Detail

AbstractSVGNumber

public AbstractSVGNumber()
Method Detail

getValue

public float getValue()
DOM: Implements SVGNumber.getValue().

Specified by:
getValue in interface SVGNumber

setValue

public void setValue(float f)
DOM: Implements SVGNumber.setValue(float).

Specified by:
setValue in interface SVGNumber


Copyright © 2009 Apache Software Foundation. All Rights Reserved.