|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.vectomatic.dom.svg.OMSVGAnimatedEnumeration
public class OMSVGAnimatedEnumeration
Used for attributes whose value must be a constant from a particular enumeration and which can be animated.
Field Summary | |
---|---|
static short |
SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
Corresponds to value 'objectBoundingBox'. |
static short |
SVG_UNIT_TYPE_UNKNOWN
The type is not one of predefined types. |
static short |
SVG_UNIT_TYPE_USERSPACEONUSE
Corresponds to value 'userSpaceOnUse'. |
Constructor Summary | |
---|---|
protected |
OMSVGAnimatedEnumeration()
|
Method Summary | |
---|---|
short |
getAnimVal()
If the given attribute or property is being animated, contains the current animated value of the attribute or property. |
short |
getBaseVal()
The base value of the given attribute before applying any animations. |
void |
setBaseVal(short 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 |
Field Detail |
---|
public static final short SVG_UNIT_TYPE_UNKNOWN
public static final short SVG_UNIT_TYPE_USERSPACEONUSE
public static final short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
Constructor Detail |
---|
protected OMSVGAnimatedEnumeration()
Method Detail |
---|
public final short getBaseVal()
public final void setBaseVal(short 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.JavaScriptException
public final short getAnimVal()
getBaseVal()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |