org.w3c.dom.svg
Interface SVGAnimatedNumber

All Known Implementing Classes:
SVGOMAnimatedNumber

public interface SVGAnimatedNumber


Method Summary
 float getAnimVal()
           
 float getBaseVal()
           
 void setBaseVal(float baseVal)
           
 

Method Detail

getBaseVal

public float getBaseVal()

setBaseVal

public void setBaseVal(float baseVal)
                throws org.w3c.dom.DOMException
Throws:
org.w3c.dom.DOMException

getAnimVal

public float getAnimVal()


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