public class OMSVGAnimatedString
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
OMSVGAnimatedString() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public final String getBaseVal()
public final void setBaseVal(String value) throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final String getAnimVal()
getBaseVal().Copyright © 2018. All Rights Reserved.