| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _UDFORIENT_INTERACTIVE
Integer value of enum value "UDFORIENT_INTERACTIVE" Prompt for the orientation using a flip arrow. |
| static final UDFOrientation | UDFORIENT_INTERACTIVE
Object value of enum value "UDFORIENT_INTERACTIVE" Prompt for the orientation using a flip arrow. |
| static final int | _UDFORIENT_NO_FLIP
Integer value of enum value "UDFORIENT_NO_FLIP" Accept the default flip orientation. |
| static final UDFOrientation | UDFORIENT_NO_FLIP
Object value of enum value "UDFORIENT_NO_FLIP" Accept the default flip orientation. |
| static final int | _UDFORIENT_FLIP
Integer value of enum value "UDFORIENT_FLIP" Invert the orientation from the default orientation. |
| static final UDFOrientation | UDFORIENT_FLIP
Object value of enum value "UDFORIENT_FLIP" Invert the orientation from the default orientation. |
| static final int | _UDFOrientation_null
Enum null value. |
| Method Summary | |
|---|---|
| static UDFOrientation | FromInt
(int value)
Creates enum object from an integer. |
| static UDFOrientation | 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 UDFOrientation | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static UDFOrientation | FromInt | (Integer value) |
Creates enum object from an integer object.
|