org.w3c.dom.svg
Interface SVGAnimatedString

All Known Implementing Classes:
SVGOMAnimatedString

public interface SVGAnimatedString


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

Method Detail

getBaseVal

public String getBaseVal()

setBaseVal

public void setBaseVal(String baseVal)
                throws DOMException
Throws:
DOMException

getAnimVal

public String getAnimVal()


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.