org.vectomatic.dom.svg
Class OMSVGAnimatedLengthList

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.vectomatic.dom.svg.OMSVGAnimatedLengthList

public class OMSVGAnimatedLengthList
extends com.google.gwt.core.client.JavaScriptObject

Used for attributes of type OMSVGLengthList which can be animated.


Constructor Summary
protected OMSVGAnimatedLengthList()
           
 
Method Summary
 OMSVGLengthList getAnimVal()
          A read only OMSVGLengthList representing the current animated value of the given attribute.
 OMSVGLengthList getBaseVal()
          The base value of the given attribute before applying any animations.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OMSVGAnimatedLengthList

protected OMSVGAnimatedLengthList()
Method Detail

getBaseVal

public final OMSVGLengthList getBaseVal()
The base value of the given attribute before applying any animations.


getAnimVal

public final OMSVGLengthList getAnimVal()
A read only OMSVGLengthList representing the current animated value of the given attribute. If the given attribute is not currently being animated, then the OMSVGLengthList 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.