Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
org.vectomatic.dom.svg.impl |
libgwtsvg implementation classes, not to be accessed directly.
|
Modifier and Type | Method and Description |
---|---|
OMSVGPathSegCurvetoCubicSmoothRel |
OMSVGPathElement.createSVGPathSegCurvetoCubicSmoothRel(float x,
float y,
float x2,
float y2)
Returns a stand-alone, parentless
OMSVGPathSegCurvetoCubicSmoothRel
object. |
Modifier and Type | Method and Description |
---|---|
OMSVGPathSegCurvetoCubicSmoothRel |
SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel(float x,
float y,
float x2,
float y2)
Returns a stand-alone, parentless
OMSVGPathSegCurvetoCubicSmoothRel
object. |
Copyright © 2018. All Rights Reserved.