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

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

Uses of OMSVGLineElement in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMSVGLineElement
 OMSVGLineElement OMSVGDocument.createSVGLineElement()
           
 OMSVGLineElement OMSVGDocument.createSVGLineElement(float x1, float y1, float x2, float y2)
          Creates an OMSVGLineElement object in this document but does not attach it to the document tree.
 OMSVGLineElement OMSVGDocument.createSVGLineElement(OMSVGPoint p1, OMSVGPoint p2)
          Creates an OMSVGLineElement object in this document but does not attach it to the document tree.
 



Copyright © 2012. All Rights Reserved.