| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _EDGE_NO_FLIP
Integer value of enum value "EDGE_NO_FLIP" |
| static final EdgeDirection | EDGE_NO_FLIP
Object value of enum value "EDGE_NO_FLIP" |
| static final int | _EDGE_FLIP
Integer value of enum value "EDGE_FLIP" |
| static final EdgeDirection | EDGE_FLIP
Object value of enum value "EDGE_FLIP" |
| static final int | _EdgeDirection_null
Enum null value. |
| Method Summary | |
|---|---|
| static EdgeDirection | FromInt
(int value)
Creates enum object from an integer. |
| static EdgeDirection | 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 EdgeDirection | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static EdgeDirection | FromInt | (Integer value) |
Creates enum object from an integer object.
|