public interface SVGAnimatedNumber
SVGAnimatedNumber
interface is used for attributes of basic type <Number> which can be animated.Modifier and Type | Method and Description |
---|---|
float |
getAnimVal()
If the given attribute or property is being animated, contains the current animated value of the attribute or property.
|
float |
getBaseVal()
The base value of the given attribute before applying any animations.
|
void |
setBaseVal(float arg) |
float getAnimVal()
baseVal
.float getBaseVal()
void setBaseVal(float arg)
Copyright © 2018. All rights reserved.