| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _QPRINT_PROJ_TOP_VIEW
Integer value of enum value "QPRINT_PROJ_TOP_VIEW" |
| static final QuickPrintProjectionViewLocation | QPRINT_PROJ_TOP_VIEW
Object value of enum value "QPRINT_PROJ_TOP_VIEW" |
| static final int | _QPRINT_PROJ_RIGHT_VIEW
Integer value of enum value "QPRINT_PROJ_RIGHT_VIEW" |
| static final QuickPrintProjectionViewLocation | QPRINT_PROJ_RIGHT_VIEW
Object value of enum value "QPRINT_PROJ_RIGHT_VIEW" |
| static final int | _QPRINT_PROJ_LEFT_VIEW
Integer value of enum value "QPRINT_PROJ_LEFT_VIEW" |
| static final QuickPrintProjectionViewLocation | QPRINT_PROJ_LEFT_VIEW
Object value of enum value "QPRINT_PROJ_LEFT_VIEW" |
| static final int | _QPRINT_PROJ_BOTTOM_VIEW
Integer value of enum value "QPRINT_PROJ_BOTTOM_VIEW" |
| static final QuickPrintProjectionViewLocation | QPRINT_PROJ_BOTTOM_VIEW
Object value of enum value "QPRINT_PROJ_BOTTOM_VIEW" |
| static final int | _QPRINT_PROJ_BACK_NORTH
Integer value of enum value "QPRINT_PROJ_BACK_NORTH" |
| static final QuickPrintProjectionViewLocation | QPRINT_PROJ_BACK_NORTH
Object value of enum value "QPRINT_PROJ_BACK_NORTH" |
| static final int | _QPRINT_PROJ_BACK_EAST
Integer value of enum value "QPRINT_PROJ_BACK_EAST" |
| static final QuickPrintProjectionViewLocation | QPRINT_PROJ_BACK_EAST
Object value of enum value "QPRINT_PROJ_BACK_EAST" |
| static final int | _QPRINT_PROJ_BACK_SOUTH
Integer value of enum value "QPRINT_PROJ_BACK_SOUTH" |
| static final QuickPrintProjectionViewLocation | QPRINT_PROJ_BACK_SOUTH
Object value of enum value "QPRINT_PROJ_BACK_SOUTH" |
| static final int | _QPRINT_PROJ_BACK_WEST
Integer value of enum value "QPRINT_PROJ_BACK_WEST" |
| static final QuickPrintProjectionViewLocation | QPRINT_PROJ_BACK_WEST
Object value of enum value "QPRINT_PROJ_BACK_WEST" |
| static final int | _QuickPrintProjectionViewLocation_null
Enum null value. |
| Method Summary | |
|---|---|
| static QuickPrintProjectionViewLocation | FromInt
(int value)
Creates enum object from an integer. |
| static QuickPrintProjectionViewLocation | 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 QuickPrintProjectionViewLocation | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static QuickPrintProjectionViewLocation | FromInt | (Integer value) |
Creates enum object from an integer object.
|