Checks if the specified point is inside the portion of the pie defined by the specified bounding rectangle, angle and sweep angle.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public static boolean pointInPie ( |
A Point2D to check.
The Rectangle2D that bounds the pie.
The start angle.
The sweep angle.
true if the point is inside the pie; otherwise false.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |