| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _VIEW_ALIGN_HORIZONTAL
Integer value of enum value "VIEW_ALIGN_HORIZONTAL" |
| static final DrawingViewAlignStyle | VIEW_ALIGN_HORIZONTAL
Object value of enum value "VIEW_ALIGN_HORIZONTAL" |
| static final int | _VIEW_ALIGN_VERTICAL
Integer value of enum value "VIEW_ALIGN_VERTICAL" |
| static final DrawingViewAlignStyle | VIEW_ALIGN_VERTICAL
Object value of enum value "VIEW_ALIGN_VERTICAL" |
| static final int | _DrawingViewAlignStyle_null
Enum null value. |
| Method Summary | |
|---|---|
| static DrawingViewAlignStyle | FromInt
(int value)
Creates enum object from an integer. |
| static DrawingViewAlignStyle | 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 DrawingViewAlignStyle | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DrawingViewAlignStyle | FromInt | (Integer value) |
Creates enum object from an integer object.
|