Package org.w3c.dom.svg
Interface SVGAnimatedNumber
-
public interface SVGAnimatedNumber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getAnimVal()
float
getBaseVal()
void
setBaseVal(float baseVal)
-
-
-
Method Detail
-
getBaseVal
float getBaseVal()
-
setBaseVal
void setBaseVal(float baseVal) throws DOMException
- Throws:
DOMException
-
getAnimVal
float getAnimVal()
-
-