| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _LAYER_FEAT
Integer value of enum value "LAYER_FEAT" |
| static final LayerType | LAYER_FEAT
Object value of enum value "LAYER_FEAT" |
| static final int | _LAYER_DIMENSION
Integer value of enum value "LAYER_DIMENSION" |
| static final LayerType | LAYER_DIMENSION
Object value of enum value "LAYER_DIMENSION" |
| static final int | _LAYER_REF_DIMENSION
Integer value of enum value "LAYER_REF_DIMENSION" |
| static final LayerType | LAYER_REF_DIMENSION
Object value of enum value "LAYER_REF_DIMENSION" |
| static final int | _LAYER_SUB_ASSEMBLY
Integer value of enum value "LAYER_SUB_ASSEMBLY" |
| static final LayerType | LAYER_SUB_ASSEMBLY
Object value of enum value "LAYER_SUB_ASSEMBLY" |
| static final int | _LAYER_QUILT
Integer value of enum value "LAYER_QUILT" |
| static final LayerType | LAYER_QUILT
Object value of enum value "LAYER_QUILT" |
| static final int | _LAYER_CURVE
Integer value of enum value "LAYER_CURVE" |
| static final LayerType | LAYER_CURVE
Object value of enum value "LAYER_CURVE" |
| static final int | _LAYER_POINT
Integer value of enum value "LAYER_POINT" |
| static final LayerType | LAYER_POINT
Object value of enum value "LAYER_POINT" |
| static final int | _LAYER_NOTE
Integer value of enum value "LAYER_NOTE" |
| static final LayerType | LAYER_NOTE
Object value of enum value "LAYER_NOTE" |
| static final int | _LAYER_LAYER
Integer value of enum value "LAYER_LAYER" |
| static final LayerType | LAYER_LAYER
Object value of enum value "LAYER_LAYER" |
| static final int | _LAYER_DATUM_PLANE
Integer value of enum value "LAYER_DATUM_PLANE" |
| static final LayerType | LAYER_DATUM_PLANE
Object value of enum value "LAYER_DATUM_PLANE" |
| static final int | _LAYER_DRAW_TABLE
Integer value of enum value "LAYER_DRAW_TABLE" |
| static final LayerType | LAYER_DRAW_TABLE
Object value of enum value "LAYER_DRAW_TABLE" |
| static final int | _LayerType_null
Enum null value. |
| Method Summary | |
|---|---|
| static LayerType | FromInt
(int value)
Creates enum object from an integer. |
| static LayerType | 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 LayerType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static LayerType | FromInt | (Integer value) |
Creates enum object from an integer object.
|