Elements' Details |
StartPosition
RealPoint2D StartPosition;
- Description
- Start point of the arc.
|
|
EndPosition
RealPoint2D EndPosition;
- Description
- End point of the arc.
|
|
RadiusX
double RadiusX;
- Description
- Main radius in x direction of the ellipse this arc is part of.
|
|
RadiusY
double RadiusY;
- Description
- Main radius in y direction of the ellipse this arc is part of.
|
|
XAxisRotation
double XAxisRotation;
- Description
- Rotation angle of the x axis of the ellipse relative to the x
axis of the reference coordinate system.
|
|
IsLargeArc
boolean IsLargeArc;
- Description
- If true, and there's a choice, take the longer one of two arcs
connecting start and end point.
|
|
IsClockwiseSweep
boolean IsClockwiseSweep;
- Description
- If true, and there's a choice, take the arc that goes
clock-wise from start to end point.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.