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