Package | Description |
---|---|
elemental.js.svg | |
elemental.svg |
Modifier and Type | Class and Description |
---|---|
class |
JsSVGPathSegArcAbs |
Modifier and Type | Method and Description |
---|---|
SVGPathSegArcAbs |
SVGPathElement.createSVGPathSegArcAbs(float x,
float y,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag)
Returns a stand-alone, parentless
SVGPathSegArcAbs
object.Parameters: float x The absolute X coordinate for the end point of this path segment. float y The absolute Y coordinate for the end point of this path segment. float r1 The x-axis radius for the ellipse. float r2 The y-axis radius for the ellipse. float angle The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system. boolean largeArcFlag The value of the large-arc-flag parameter. boolean sweepFlag The value of the large-arc-flag parameter. |
Copyright © 2018. All rights reserved.