Grx.ArcStyle

Indicates how an arc should be drawn.

ArcStyle.OPEN

Draws the arc only, leaving the ends open.

ArcStyle.CLOSED_CHORD

Draws the arc and closes it with a line that is the chord connecting the two endpoints.

ArcStyle.CLOSED_RADIUS

Draws the arc and closes it with two lines along the radii connecting the ends of the arc to the center of the circle/ellipse.