Uses of Class
org.vectomatic.dom.svg.OMSVGNumber

Packages that use OMSVGNumber
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
org.vectomatic.dom.svg.impl libgwtsvg implementation classes, not to be accessed directly. 
 

Uses of OMSVGNumber in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMSVGNumber
 OMSVGNumber OMSVGNumberList.appendItem(OMSVGNumber newItem)
          Inserts a new item at the end of the list.
 OMSVGNumber OMSVGNumberList.appendItem(OMSVGSVGElement svg, float value)
          Inserts a new value at the end of the list.
 OMSVGNumber[] OMSVGNumberList.appendItems(OMSVGSVGElement svg, float[] values)
          Inserts an array of values at the end of the list.
 OMSVGNumber OMSVGSVGElement.createSVGNumber()
          Creates an OMSVGNumber object outside of any document trees.
 OMSVGNumber OMSVGSVGElement.createSVGNumber(float value)
          Creates an OMSVGNumber object outside of any document trees.
 OMSVGNumber OMSVGNumberList.getItem(int index)
          Returns the specified item from the list.
 OMSVGNumber OMSVGNumberList.initialize(OMSVGNumber newItem)
          Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
 OMSVGNumber OMSVGNumberList.insertItemBefore(OMSVGNumber newItem, int index)
          Inserts a new item into the list at the specified position.
 OMSVGNumber OMSVGNumberList.insertItemBefore(OMSVGSVGElement svg, float value, int index)
          Inserts a new value into the list at the specified position.
 OMSVGNumber OMSVGNumberList.removeItem(int index)
          Removes an existing item from the list.
 OMSVGNumber OMSVGNumberList.replaceItem(OMSVGNumber newItem, int index)
          Replaces an existing item in the list with a new item.
 OMSVGNumber OMSVGNumberList.replaceItem(OMSVGSVGElement svg, float value, int index)
          Replaces an existing value in the list with a new value.
 

Methods in org.vectomatic.dom.svg that return types with arguments of type OMSVGNumber
 Iterator<OMSVGNumber> OMSVGNumberList.iterator()
          Returns an iterator over the OMSVGNumber elements in this list in proper sequence.
 

Methods in org.vectomatic.dom.svg with parameters of type OMSVGNumber
 OMSVGNumber OMSVGNumberList.appendItem(OMSVGNumber newItem)
          Inserts a new item at the end of the list.
 OMSVGNumber OMSVGNumberList.initialize(OMSVGNumber newItem)
          Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
 OMSVGNumber OMSVGNumberList.insertItemBefore(OMSVGNumber newItem, int index)
          Inserts a new item into the list at the specified position.
 OMSVGNumber OMSVGNumberList.replaceItem(OMSVGNumber newItem, int index)
          Replaces an existing item in the list with a new item.
 

Uses of OMSVGNumber in org.vectomatic.dom.svg.impl
 

Methods in org.vectomatic.dom.svg.impl that return OMSVGNumber
 OMSVGNumber SVGSVGElement.createSVGNumber()
          Creates an OMSVGNumber object outside of any document trees.
 



Copyright © 2012. All Rights Reserved.