| Package | Description |
|---|---|
| com.aspose.cad.fileformats.cgm.commands | |
| com.aspose.cad.fileformats.cgm.enums |
| Modifier and Type | Method and Description |
|---|---|
CompressionType |
TileElement.getCompressionType() |
| Constructor and Description |
|---|
BitonalTile(CgmFile container,
CompressionType compressionType,
int rowPaddingIndicator,
CgmColor backgroundcolor,
CgmColor foregroundcolor,
StructuredDataRecord sdr,
byte[] image) |
Tile(CgmFile container,
CompressionType compressionType,
int rowPaddingIndicator,
int cellColorPrecision,
StructuredDataRecord sdr,
byte[] image) |
| Modifier and Type | Method and Description |
|---|---|
static CompressionType |
CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionType[] |
CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.