Calculates the bounding rectangle, start and sweep angle of an arc from the specified arc end points, direction flags and radius sizes.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public static void getArcParams ( |
?he arc's start point.
The arc's end point.
A flag specifying whether to choose the shorter ot longer arc.
A flag specifying whether to choose the clockwise arc.
Specifies the X radius of the ellipse.
Specifies the Y radius of the ellipse.
Specifies the rotation of the ellipse.
Returns the center of the bounding rectangle.
Returns the start angle of the arc.
Returns the sweep angle of the arc.
JDiagram Programmer's Guide | © 2025 MindFusion |