| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ARC_DIRECTION_CLOCKWISE
Integer value of enum value "ARC_DIRECTION_CLOCKWISE" |
| static final ArcDirection | ARC_DIRECTION_CLOCKWISE
Object value of enum value "ARC_DIRECTION_CLOCKWISE" |
| static final int | _ARC_DIRECTION_COUNTERCLOCKWISE
Integer value of enum value "ARC_DIRECTION_COUNTERCLOCKWISE" |
| static final ArcDirection | ARC_DIRECTION_COUNTERCLOCKWISE
Object value of enum value "ARC_DIRECTION_COUNTERCLOCKWISE" |
| static final int | _ArcDirection_null
Enum null value. |
| Method Summary | |
|---|---|
| static ArcDirection | FromInt
(int value)
Creates enum object from an integer. |
| static ArcDirection | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static ArcDirection | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ArcDirection | FromInt | (Integer value) |
Creates enum object from an integer object.
|