| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _PLACE_INSIDE
Integer value of enum value "PLACE_INSIDE" |
| static final Placement | PLACE_INSIDE
Object value of enum value "PLACE_INSIDE" |
| static final int | _PLACE_ON_BOUNDARY
Integer value of enum value "PLACE_ON_BOUNDARY" |
| static final Placement | PLACE_ON_BOUNDARY
Object value of enum value "PLACE_ON_BOUNDARY" |
| static final int | _PLACE_OUTSIDE
Integer value of enum value "PLACE_OUTSIDE" |
| static final Placement | PLACE_OUTSIDE
Object value of enum value "PLACE_OUTSIDE" |
| static final int | _Placement_null
Enum null value. |
| Method Summary | |
|---|---|
| static Placement | FromInt
(int value)
Creates enum object from an integer. |
| static Placement | 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 Placement | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static Placement | FromInt | (Integer value) |
Creates enum object from an integer object.
|