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