|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |