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

Packages that use OMSVGTransform
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 OMSVGTransform in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMSVGTransform
 OMSVGTransform OMSVGTransformList.appendItem(OMSVGTransform newItem)
          Inserts a new item at the end of the list.
 OMSVGTransform OMSVGTransformList.consolidate()
          Consolidates the list of separate OMSVGTransform objects by multiplying the equivalent transformation matrices together to result in a list consisting of a single OMSVGTransform object of type SVG_TRANSFORM_MATRIX.
 OMSVGTransform OMSVGSVGElement.createSVGTransform()
          Creates an OMSVGTransform object outside of any document trees.
 OMSVGTransform OMSVGSVGElement.createSVGTransformFromMatrix(OMSVGMatrix matrix)
          

Creates an OMSVGTransform object outside of any document trees.

 OMSVGTransform OMSVGTransformList.createSVGTransformFromMatrix(OMSVGMatrix matrix)
          

Creates an OMSVGTransform object which is initialized to transform of type SVG_TRANSFORM_MATRIX and whose values are the given matrix.

 OMSVGTransform OMSVGTransformList.getItem(int index)
          Returns the specified item from the list.
 OMSVGTransform OMSVGTransformList.initialize(OMSVGTransform newItem)
          Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
 OMSVGTransform OMSVGTransformList.insertItemBefore(OMSVGTransform newItem, int index)
          Inserts a new item into the list at the specified position.
 OMSVGTransform OMSVGTransformList.removeItem(int index)
          Removes an existing item from the list.
 OMSVGTransform OMSVGTransformList.replaceItem(OMSVGTransform newItem, int index)
          Replaces an existing item in the list with a new item.
 

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

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

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

Methods in org.vectomatic.dom.svg.impl that return OMSVGTransform
 OMSVGTransform SVGSVGElement.createSVGTransform()
          Creates an OMSVGTransform object outside of any document trees.
 OMSVGTransform SVGSVGElement.createSVGTransformFromMatrix(OMSVGMatrix matrix)
          

Creates an OMSVGTransform object outside of any document trees.

 



Copyright © 2012. All Rights Reserved.