Example usage for Java javafx.scene.shape ArcType fields, constructors, methods, implement or subclass
The text is from its open source code.
ArcType | CHORD The closure type for an arc closed by drawing a straight line segment from the start of the arc segment to the end of the arc segment. |
ArcType | ROUND The closure type for an arc closed by drawing straight line segments from the start of the arc segment to the center of the full ellipse and from that point to the end of the arc segment. |