| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ROTATE_90
Integer value of enum value "ROTATE_90" Rotate the table 90 degrees from the current orientation. |
| static final RotationDegree | ROTATE_90
Object value of enum value "ROTATE_90" Rotate the table 90 degrees from the current orientation. |
| static final int | _ROTATE_180
Integer value of enum value "ROTATE_180" Rotate the table 180 degrees from the current orientation. |
| static final RotationDegree | ROTATE_180
Object value of enum value "ROTATE_180" Rotate the table 180 degrees from the current orientation. |
| static final int | _ROTATE_270
Integer value of enum value "ROTATE_270" Rotate the table 270 degrees from the current orientation. |
| static final RotationDegree | ROTATE_270
Object value of enum value "ROTATE_270" Rotate the table 270 degrees from the current orientation. |
| static final int | _RotationDegree_null
Enum null value. |
| Method Summary | |
|---|---|
| static RotationDegree | FromInt
(int value)
Creates enum object from an integer. |
| static RotationDegree | 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 RotationDegree | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static RotationDegree | FromInt | (Integer value) |
Creates enum object from an integer object.
|