JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

The ArcType specifies the following closure type for the Arc objects.

It contains three predefined static values (#OPEN, #CHORD and #ROUND).

Profile: common

Attribute Summary

nametypedescription
Public
CHORDArcType

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.

More: [+]

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.

Profile: common

OPENArcType

The closure type for an open arc with no path segments connecting the two ends of the arc segment.

More: [+]

The closure type for an open arc with no path segments connecting the two ends of the arc segment.

Profile: common

ROUNDArcType

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.

More: [+]

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.

Profile: common

Protected

Inherited Attributes

Function Summary

public toString() : java.lang.String

Returns a String that represents the value of this ArcType.

More: [+]

Returns a String that represents the value of this ArcType.

Returns
String

Profile: common

Inherited Functions