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

Packages that use OMSVGRectElement
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
 

Uses of OMSVGRectElement in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMSVGRectElement
 OMSVGRectElement OMSVGDocument.createSVGRectElement()
           
 OMSVGRectElement OMSVGDocument.createSVGRectElement(float x, float y, float width, float height, float rx, float ry)
          Creates an OMSVGRectElement object in this document but does not attach it to the document tree.
 OMSVGRectElement OMSVGDocument.createSVGRectElement(OMSVGRect rect)
          Creates an OMSVGRectElement object in this document but does not attach it to the document tree.
 



Copyright © 2012. All Rights Reserved.