org.w3c.dom.svg
Interface SVGAnimatedNumber


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 DOMException

getAnimVal

public float getAnimVal()


Copyright © 2001 Apache Software Foundation. All Rights Reserved.