org.vectomatic.dom.svg
Class OMSVGAnimatedInteger

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

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

Used for attributes of basic type <integer> which can be animated.


Constructor Summary
protected OMSVGAnimatedInteger()
           
 
Method Summary
 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 value)
          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

OMSVGAnimatedInteger

protected OMSVGAnimatedInteger()
Method Detail

getBaseVal

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


setBaseVal

public final void setBaseVal(int value)
                      throws com.google.gwt.core.client.JavaScriptException
The base value of the given attribute before applying any animations.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.
com.google.gwt.core.client.JavaScriptException

getAnimVal

public final int getAnimVal()
If the given attribute or property is being animated, contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, contains the same value as getBaseVal().



Copyright © 2012. All Rights Reserved.