public class OMSVGNumber
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
OMSVGNumber() |
| Modifier and Type | Method and Description |
|---|---|
float |
getValue()
The value of the given attribute.
|
void |
setValue(float value)
The value of the given attribute.
|
public final float getValue()
public final void setValue(float 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.JavaScriptExceptionCopyright © 2018. All Rights Reserved.