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 |
---|---|
OMSVGPathSegCurvetoQuadraticAbs |
OMSVGPathElement.createSVGPathSegCurvetoQuadraticAbs(float x,
float y,
float x1,
float y1)
Returns a stand-alone, parentless
OMSVGPathSegCurvetoQuadraticAbs
object. |
Modifier and Type | Method and Description |
---|---|
OMSVGPathSegCurvetoQuadraticAbs |
SVGPathElement.createSVGPathSegCurvetoQuadraticAbs(float x,
float y,
float x1,
float y1)
Returns a stand-alone, parentless
OMSVGPathSegCurvetoQuadraticAbs
object. |
Copyright © 2018. All Rights Reserved.