| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _H_JUSTIFY_LEFT
Integer value of enum value "H_JUSTIFY_LEFT" Left horizontal justification. |
| static final HorizontalJustification | H_JUSTIFY_LEFT
Object value of enum value "H_JUSTIFY_LEFT" Left horizontal justification. |
| static final int | _H_JUSTIFY_CENTER
Integer value of enum value "H_JUSTIFY_CENTER" Center horizontal justification. |
| static final HorizontalJustification | H_JUSTIFY_CENTER
Object value of enum value "H_JUSTIFY_CENTER" Center horizontal justification. |
| static final int | _H_JUSTIFY_RIGHT
Integer value of enum value "H_JUSTIFY_RIGHT" Right horizontal justification. |
| static final HorizontalJustification | H_JUSTIFY_RIGHT
Object value of enum value "H_JUSTIFY_RIGHT" Right horizontal justification. |
| static final int | _H_JUSTIFY_DEFAULT
Integer value of enum value "H_JUSTIFY_DEFAULT" Default horizontal justification. |
| static final HorizontalJustification | H_JUSTIFY_DEFAULT
Object value of enum value "H_JUSTIFY_DEFAULT" Default horizontal justification. |
| static final int | _HorizontalJustification_null
Enum null value. |
| Method Summary | |
|---|---|
| static HorizontalJustification | FromInt
(int value)
Creates enum object from an integer. |
| static HorizontalJustification | 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 HorizontalJustification | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static HorizontalJustification | FromInt | (Integer value) |
Creates enum object from an integer object.
|