public interface SVGAnimatedEnumeration
SVGAnimatedEnumeration
interface is used for attributes whose value must be a constant from a particular enumeration and 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.