org.apache.batik.dom.svg

Class AbstractSVGNumber

public abstract class AbstractSVGNumber extends Object implements SVGNumber

Implementation of SVGNumber.
Field Summary
protected floatvalue
The number.
Method Summary
floatgetValue()
DOM: Implements SVGNumber#getValue().
voidsetValue(float f)
DOM: Implements SVGNumber#setValue(float).

Field Detail

value

protected float value
The number.

Method Detail

getValue

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

setValue

public void setValue(float f)
DOM: Implements SVGNumber#setValue(float).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.