| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DIM_ORDSTD_DEFAULT
Integer value of enum value "DIM_ORDSTD_DEFAULT" |
| static final DimOrdinateStandard | DIM_ORDSTD_DEFAULT
Object value of enum value "DIM_ORDSTD_DEFAULT" |
| static final int | _DIM_ORDSTD_ANSI
Integer value of enum value "DIM_ORDSTD_ANSI" |
| static final DimOrdinateStandard | DIM_ORDSTD_ANSI
Object value of enum value "DIM_ORDSTD_ANSI" |
| static final int | _DIM_ORDSTD_JIS
Integer value of enum value "DIM_ORDSTD_JIS" |
| static final DimOrdinateStandard | DIM_ORDSTD_JIS
Object value of enum value "DIM_ORDSTD_JIS" |
| static final int | _DIM_ORDSTD_ISO
Integer value of enum value "DIM_ORDSTD_ISO" |
| static final DimOrdinateStandard | DIM_ORDSTD_ISO
Object value of enum value "DIM_ORDSTD_ISO" |
| static final int | _DIM_ORDSTD_DIN
Integer value of enum value "DIM_ORDSTD_DIN" |
| static final DimOrdinateStandard | DIM_ORDSTD_DIN
Object value of enum value "DIM_ORDSTD_DIN" |
| static final int | _DIM_ORDSTD_SAME_AS_3D
Integer value of enum value "DIM_ORDSTD_SAME_AS_3D" |
| static final DimOrdinateStandard | DIM_ORDSTD_SAME_AS_3D
Object value of enum value "DIM_ORDSTD_SAME_AS_3D" |
| static final int | _DimOrdinateStandard_null
Enum null value. |
| Method Summary | |
|---|---|
| static DimOrdinateStandard | FromInt
(int value)
Creates enum object from an integer. |
| static DimOrdinateStandard | 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 DimOrdinateStandard | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DimOrdinateStandard | FromInt | (Integer value) |
Creates enum object from an integer object.
|