Package org.loboevolution.svg
Interface SVGAnimatedNumber
- All Known Implementing Classes:
SVGAnimatedNumberImpl
public interface SVGAnimatedNumber
SVGAnimatedNumber interface.
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetAnimVal.floatgetBaseVal.voidsetBaseVal(float baseVal) setBaseVal.
-
Method Details
-
getBaseVal
float getBaseVal()getBaseVal.
- Returns:
- a float.
-
setBaseVal
void setBaseVal(float baseVal) setBaseVal.
- Parameters:
baseVal- a float.- Throws:
DOMException- if any.
-
getAnimVal
float getAnimVal()getAnimVal.
- Returns:
- a float.
-