public class OMSVGAnimatedInteger
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
OMSVGAnimatedInteger() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public final int getBaseVal()
public final void setBaseVal(int 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 int getAnimVal()
getBaseVal().Copyright © 2018. All Rights Reserved.