public class OMSVGAnimatedNumberList
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
OMSVGAnimatedNumberList() |
Modifier and Type | Method and Description |
---|---|
OMSVGNumberList |
getAnimVal()
A read only
OMSVGNumberList
representing the current animated value of the given attribute. |
OMSVGNumberList |
getBaseVal()
The base value of the given attribute before applying any animations.
|
public final OMSVGNumberList getBaseVal()
public final OMSVGNumberList getAnimVal()
OMSVGNumberList
representing the current animated value of the given attribute. If the
given attribute is not currently being animated, then the OMSVGNumberList
will have the same contents as getBaseVal()
.
The object referenced by getAnimVal()
will always be distinct from the one referenced by getBaseVal()
,
even when the attribute is not animated.Copyright © 2018. All Rights Reserved.