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
| name | type | description |
|---|---|---|
| Public | ||
| CHORD | ArcType |
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 |
| OPEN | ArcType |
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 |
| ROUND | ArcType |
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
More: [+]Stringthat represents the value of thisArcType.Returns a
Stringthat represents the value of thisArcType.-
Returns
- String
Profile: common