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 |
---|---|
OMSVGPathSegArcRel |
OMSVGPathElement.createSVGPathSegArcRel(float x,
float y,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag)
Returns a stand-alone, parentless
OMSVGPathSegArcRel
object. |
Modifier and Type | Method and Description |
---|---|
OMSVGPathSegArcRel |
SVGPathElement.createSVGPathSegArcRel(float x,
float y,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag)
Returns a stand-alone, parentless
OMSVGPathSegArcRel
object. |
Copyright © 2018. All Rights Reserved.