Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
Modifier and Type | Method and Description |
---|---|
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 © 2018. All Rights Reserved.