Package | Description |
---|---|
elemental.js.svg | |
elemental.svg |
Modifier and Type | Class and Description |
---|---|
class |
JsSVGPathSegArcRel |
Modifier and Type | Method and Description |
---|---|
SVGPathSegArcRel |
SVGPathElement.createSVGPathSegArcRel(float x,
float y,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag)
Returns a stand-alone, parentless
SVGPathSegArcRel
object.Parameters: float x The relative X coordinate for the end point of this path segment. float y The relative 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.