public class OMSVGAnimatedEnumeration
extends com.google.gwt.core.client.JavaScriptObject
| Modifier and Type | Field and Description | 
|---|---|
| static short | SVG_UNIT_TYPE_OBJECTBOUNDINGBOXCorresponds to value 'objectBoundingBox'. | 
| static short | SVG_UNIT_TYPE_UNKNOWNThe type is not one of predefined types. | 
| static short | SVG_UNIT_TYPE_USERSPACEONUSECorresponds to value 'userSpaceOnUse'. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | OMSVGAnimatedEnumeration() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public static final short SVG_UNIT_TYPE_UNKNOWN
public static final short SVG_UNIT_TYPE_USERSPACEONUSE
public static final short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
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.JavaScriptExceptionpublic final short getAnimVal()
getBaseVal().Copyright © 2018. All Rights Reserved.