| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DRAWVIEW_GENERAL
Integer value of enum value "DRAWVIEW_GENERAL" A general drawing view. |
| static final View2DType | DRAWVIEW_GENERAL
Object value of enum value "DRAWVIEW_GENERAL" A general drawing view. |
| static final int | _DRAWVIEW_PROJECTION
Integer value of enum value "DRAWVIEW_PROJECTION" A projected drawing view. |
| static final View2DType | DRAWVIEW_PROJECTION
Object value of enum value "DRAWVIEW_PROJECTION" A projected drawing view. |
| static final int | _DRAWVIEW_AUXILIARY
Integer value of enum value "DRAWVIEW_AUXILIARY" |
| static final View2DType | DRAWVIEW_AUXILIARY
Object value of enum value "DRAWVIEW_AUXILIARY" |
| static final int | _DRAWVIEW_DETAIL
Integer value of enum value "DRAWVIEW_DETAIL" |
| static final View2DType | DRAWVIEW_DETAIL
Object value of enum value "DRAWVIEW_DETAIL" |
| static final int | _DRAWVIEW_REVOLVE
Integer value of enum value "DRAWVIEW_REVOLVE" |
| static final View2DType | DRAWVIEW_REVOLVE
Object value of enum value "DRAWVIEW_REVOLVE" |
| static final int | _DRAWVIEW_COPY_AND_ALIGN
Integer value of enum value "DRAWVIEW_COPY_AND_ALIGN" |
| static final View2DType | DRAWVIEW_COPY_AND_ALIGN
Object value of enum value "DRAWVIEW_COPY_AND_ALIGN" |
| static final int | _DRAWVIEW_OF_FLAT_TYPE
Integer value of enum value "DRAWVIEW_OF_FLAT_TYPE" |
| static final View2DType | DRAWVIEW_OF_FLAT_TYPE
Object value of enum value "DRAWVIEW_OF_FLAT_TYPE" |
| static final int | _View2DType_null
Enum null value. |
| Method Summary | |
|---|---|
| static View2DType | FromInt
(int value)
Creates enum object from an integer. |
| static View2DType | 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 View2DType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static View2DType | FromInt | (Integer value) |
Creates enum object from an integer object.
|