| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _LAYER_NORMAL
Integer value of enum value "LAYER_NORMAL" A normal layer. |
| static final DisplayStatus | LAYER_NORMAL
Object value of enum value "LAYER_NORMAL" A normal layer. |
| static final int | _LAYER_DISPLAY
Integer value of enum value "LAYER_DISPLAY" A layer selected for display. |
| static final DisplayStatus | LAYER_DISPLAY
Object value of enum value "LAYER_DISPLAY" A layer selected for display. |
| static final int | _LAYER_BLANK
Integer value of enum value "LAYER_BLANK" A blanked layer. |
| static final DisplayStatus | LAYER_BLANK
Object value of enum value "LAYER_BLANK" A blanked layer. |
| static final int | _LAYER_HIDDEN
Integer value of enum value "LAYER_HIDDEN" A hidden layer. This applies to Assembly mode only. |
| static final DisplayStatus | LAYER_HIDDEN
Object value of enum value "LAYER_HIDDEN" A hidden layer. This applies to Assembly mode only. |
| static final int | _DisplayStatus_null
Enum null value. |
| Method Summary | |
|---|---|
| static DisplayStatus | FromInt
(int value)
Creates enum object from an integer. |
| static DisplayStatus | 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 DisplayStatus | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DisplayStatus | FromInt | (Integer value) |
Creates enum object from an integer object.
|