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

expand all

Profile: desktop, common

Overview

ArcType specifies the closure type for Arc objects.

Profile: common

Field Summary

accessnametypedescription
public static finalCHORDArcType

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.

public static finalOPENArcType

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

public static finalROUNDArcType

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.

Inherited Variables

Method Summary

public static ArcType valueOf(java.lang.String name)
Parameters
name
Returns
ArcType
 
public static ArcType[] values()
Returns
ArcType[]
 

Inherited Functions