| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _EXPORT_CGM_ABSTRACT
Integer value of enum value "EXPORT_CGM_ABSTRACT" Passed to pfcModel.CGMFILEExportInstructions_Create(CGMExportType, CGMScaleType) to indicate abstract units. |
| static final CGMScaleType | EXPORT_CGM_ABSTRACT
Object value of enum value "EXPORT_CGM_ABSTRACT" Passed to pfcModel.CGMFILEExportInstructions_Create(CGMExportType, CGMScaleType) to indicate abstract units. |
| static final int | _EXPORT_CGM_METRIC
Integer value of enum value "EXPORT_CGM_METRIC" Passed to pfcModel.CGMFILEExportInstructions_Create(CGMExportType, CGMScaleType) to indicate metric units. |
| static final CGMScaleType | EXPORT_CGM_METRIC
Object value of enum value "EXPORT_CGM_METRIC" Passed to pfcModel.CGMFILEExportInstructions_Create(CGMExportType, CGMScaleType) to indicate metric units. |
| static final int | _CGMScaleType_null
Enum null value. |
| Method Summary | |
|---|---|
| static CGMScaleType | FromInt
(int value)
Creates enum object from an integer. |
| static CGMScaleType | 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 CGMScaleType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static CGMScaleType | FromInt | (Integer value) |
Creates enum object from an integer object.
|