| Package | Description |
|---|---|
| com.aspose.cad.fileformats.cgm | |
| com.aspose.cad.fileformats.cgm.commands |
| Modifier and Type | Method and Description |
|---|---|
Precision |
CgmFile.getRealPrecision()
Gets or sets the current reading real Precision
|
Precision |
CgmFile.getVDCRealPrecision()
Gets or sets the current reading vdc real Precision
|
| Modifier and Type | Method and Description |
|---|---|
void |
CgmFile.setRealPrecision(Precision value)
Gets or sets the current reading real Precision
|
void |
CgmFile.setVDCRealPrecision(Precision value)
Gets or sets the current reading vdc real Precision
|
| Modifier and Type | Method and Description |
|---|---|
Precision |
RealPrecisionBase.getValue() |
static Precision |
Precision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Precision[] |
Precision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RealPrecision(CgmFile container,
Precision precision) |
VdcRealPrecision(CgmFile container,
Precision precision) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.