org.w3c.dom.svg
Interface SVGAnimatedBoolean


public interface SVGAnimatedBoolean


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

Method Detail

getBaseVal

public boolean getBaseVal()

setBaseVal

public void setBaseVal(boolean baseVal)
                throws DOMException

getAnimVal

public boolean getAnimVal()