org.w3c.dom.svg
Interface SVGNumber

All Known Implementing Classes:
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 DOMException


Copyright © 2002 Apache Software Foundation. All Rights Reserved.