org.vectomatic.dom.svg
Class OMSVGAnimatedString
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.vectomatic.dom.svg.OMSVGAnimatedString
public class OMSVGAnimatedString
- extends com.google.gwt.core.client.JavaScriptObject
Used for attributes of type DOMString which can be animated.
Method Summary |
String |
getAnimVal()
If the given attribute or property is being animated, contains the current
animated value of the attribute or property. |
String |
getBaseVal()
The base value of the given attribute before applying any animations. |
void |
setBaseVal(String 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 |
OMSVGAnimatedString
protected OMSVGAnimatedString()
getBaseVal
public final String getBaseVal()
- The base value of the given attribute before applying any animations.
setBaseVal
public final void setBaseVal(String 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 String 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.