org.vectomatic.dom.svg
Class OMSVGNumber

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.vectomatic.dom.svg.OMSVGNumber

public class OMSVGNumber
extends com.google.gwt.core.client.JavaScriptObject

Used for attributes of basic type <number>.


Constructor Summary
protected OMSVGNumber()
           
 
Method Summary
 float getValue()
          The value of the given attribute.
 void setValue(float value)
          The value of the given attribute.
 
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
 

Constructor Detail

OMSVGNumber

protected OMSVGNumber()
Method Detail

getValue

public final float getValue()
The value of the given attribute.


setValue

public final void setValue(float value)
                    throws com.google.gwt.core.client.JavaScriptException
The value of the given attribute.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.
com.google.gwt.core.client.JavaScriptException


Copyright © 2012. All Rights Reserved.