org.w3c.dom.svg
Interface SVGNumber

All Known Implementing Classes:
AbstractSVGNumber, CSSOMSVGColor.ColorNumber

public interface SVGNumber


Method Summary
 float getValue()
           
 void setValue(float value)
           
 

Method Detail

getValue

public float getValue()

setValue

public void setValue(float value)
              throws org.w3c.dom.DOMException
Throws:
org.w3c.dom.DOMException


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.