com.aspose.cad
Contents
[
Hide
]com.aspose.cad package
It includes image handling, encoding fallback mechanisms, color palette management, and resize options, enabling developers to integrate CAD functionality seamlessly. Use these types to configure image output, manage caching, and work with various CAD formats.
Classes
| Name | Description |
|---|---|
| Cache | Contains cache settings. |
| CifReplacingEncoderFallback | Encoder fallback that replaces out of codepage characters with CIF sequence |
| CifReplacingEncoderFallbackBuffer | The replacing encoder fallback buffer that actually does the replacement work |
| CodePagesConvertHelper | Code pages converting helper |
| ColorPaletteHelper | Helper class for color palettes manipulation. |
| Image | The image is the base class for all type of drawings. |
| ImageOptionsBase | The image base options. |
| ImageResizeSettings | Image resize settings class |
| InterruptionToken | Token that can be used to interrupt long operation |
| InterruptionTokenSource | Source that provides token used to interrupt long operations and triggers interruption. Must be d… |
| LoadOptions | Represents the loading options. |
| Matrix | Replaces the GDI+ Matrix. Most algorithms taken from Sun’s AffineTransform.java. Java’s names for… |
| Metered | |
| MifCodePageDecoder | Helps determine MIF codepage |
| NonGenericDictionary<K,V> | Represents a non generic dictionary. |
| NonGenericList | Non generic list of objects |
| ObjectWithBounds | The object having bounds. |
| PixelDataFormat | The pixel data format. |
| RasterCachedImage | Represents a raster image supporting raster graphics operations. This image caches pixel data whe… |
| RasterImage | Represents a raster image supporting raster graphics operations. |
| RawDataSettings | The raw data settings |
| TransparencySupporter | The object supporting transparency. |
Interfaces
| Name | Description |
|---|---|
| IAdvancedBufferProcessor | The advanced buffer processor. |
| IBufferProcessor | The buffer processor. |
| IColorConverter | The color converter. |
| IIndexedColorConverter | The color converter for indexed image formats. |
| IObjectWithBounds | Represents an object with bounds. |
| IPartialArgb32PixelLoader | Conforms to the 32-bit ARGB pixels loaded partially. |
| IPartialPixelLoader | Conforms to the pixels loaded partially. |
| IPartialRawDataLoader | The partial data loader. |
| IPsdColorPalette | The pasd color palette |
| IRasterImageArgb32PixelLoader | The raster image 32-bit ARGB pixel loader. |
| IRasterImagePixelLoader | The raster image pixel loader. |
| IRasterImageRawDataLoader | The raster image raw data loader. |
Enums
| Name | Description |
|---|---|
| CacheType | Specifies the cache type to use. |
| CodePages | Available codepages |
| CustomFontFolderOptions | Options for custom font folder specification. |
| DitheringMethod | Dithering method. |
| DitheringMethods | The dithering methods used to control color conversion. |
| FileFormat | One of supported CAD file formats. |
| FontStyle | Specifies style information applied to text. |
| ImageFilterType | Image filters to use |
| MatrixOrder | Specifies the order for matrix transform operations. |
| MifCodePages | Code pages used in MIF symbols |
| PixelFormat | The pixel data format actual meaning. |
| ResizeType | Specifies the resize type. |