org.vectomatic.dom.svg
Class OMSVGAnimatedTransformList
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.vectomatic.dom.svg.OMSVGAnimatedTransformList
public class OMSVGAnimatedTransformList
- extends com.google.gwt.core.client.JavaScriptObject
Used for the various attributes which specify a set of transformations,
such as the transform
attribute which is available for many
of SVG's elements, and which can be animated.
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
OMSVGAnimatedTransformList
protected OMSVGAnimatedTransformList()
getBaseVal
public final OMSVGTransformList getBaseVal()
- The base value of the given attribute before applying any animations.
getAnimVal
public final OMSVGTransformList getAnimVal()
- A read only
OMSVGTransformList
representing the current animated value of the given attribute. If the
given attribute is not currently being animated, then the OMSVGTransformList
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 © 2012. All Rights Reserved.