org.apache.batik.dom.svg

Class AbstractSVGNumber

public abstract class AbstractSVGNumber extends Object implements SVGNumber

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

Field Detail

value

protected float value
The number.

Method Detail

getValue

public float getValue()
DOM: Implements {@link SVGNumber#getValue()}.

setValue

public void setValue(float f)
DOM: Implements {@link SVGNumber#setValue(float)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.