org.apache.batik.dom.svg
public abstract class AbstractSVGNumber extends java.lang.Object implements org.w3c.dom.svg.SVGNumber
SVGNumber
.Modifier and Type | Field and Description |
---|---|
protected float |
value
The number.
|
Constructor and Description |
---|
AbstractSVGNumber() |
public float getValue()
SVGNumber.getValue()
.getValue
in interface org.w3c.dom.svg.SVGNumber
public void setValue(float f)
SVGNumber.setValue(float)
.setValue
in interface org.w3c.dom.svg.SVGNumber
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.