| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _VIEW_ORIENTATION_REF_FRONT
Integer value of enum value "VIEW_ORIENTATION_REF_FRONT" |
| static final DrawingViewOrientationRefType | VIEW_ORIENTATION_REF_FRONT
Object value of enum value "VIEW_ORIENTATION_REF_FRONT" |
| static final int | _VIEW_ORIENTATION_REF_BACK
Integer value of enum value "VIEW_ORIENTATION_REF_BACK" |
| static final DrawingViewOrientationRefType | VIEW_ORIENTATION_REF_BACK
Object value of enum value "VIEW_ORIENTATION_REF_BACK" |
| static final int | _VIEW_ORIENTATION_REF_LEFT
Integer value of enum value "VIEW_ORIENTATION_REF_LEFT" |
| static final DrawingViewOrientationRefType | VIEW_ORIENTATION_REF_LEFT
Object value of enum value "VIEW_ORIENTATION_REF_LEFT" |
| static final int | _VIEW_ORIENTATION_REF_RIGHT
Integer value of enum value "VIEW_ORIENTATION_REF_RIGHT" |
| static final DrawingViewOrientationRefType | VIEW_ORIENTATION_REF_RIGHT
Object value of enum value "VIEW_ORIENTATION_REF_RIGHT" |
| static final int | _VIEW_ORIENTATION_REF_TOP
Integer value of enum value "VIEW_ORIENTATION_REF_TOP" |
| static final DrawingViewOrientationRefType | VIEW_ORIENTATION_REF_TOP
Object value of enum value "VIEW_ORIENTATION_REF_TOP" |
| static final int | _VIEW_ORIENTATION_REF_BOTTOM
Integer value of enum value "VIEW_ORIENTATION_REF_BOTTOM" |
| static final DrawingViewOrientationRefType | VIEW_ORIENTATION_REF_BOTTOM
Object value of enum value "VIEW_ORIENTATION_REF_BOTTOM" |
| static final int | _VIEW_ORIENTATION_REF_VERTAXIS
Integer value of enum value "VIEW_ORIENTATION_REF_VERTAXIS" |
| static final DrawingViewOrientationRefType | VIEW_ORIENTATION_REF_VERTAXIS
Object value of enum value "VIEW_ORIENTATION_REF_VERTAXIS" |
| static final int | _VIEW_ORIENTATION_REF_HORIZAXIS
Integer value of enum value "VIEW_ORIENTATION_REF_HORIZAXIS" |
| static final DrawingViewOrientationRefType | VIEW_ORIENTATION_REF_HORIZAXIS
Object value of enum value "VIEW_ORIENTATION_REF_HORIZAXIS" |
| static final int | _DrawingViewOrientationRefType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DrawingViewOrientationRefType | FromInt
(int value)
Creates enum object from an integer. |
| static DrawingViewOrientationRefType | 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 DrawingViewOrientationRefType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DrawingViewOrientationRefType | FromInt | (Integer value) |
Creates enum object from an integer object.
|