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