com.aspose.cad.jasperreports.common
Contents
[
Hide
]com.aspose.cad.jasperreports.common package
The com.aspose.cad.jasperreports.common package defines the foundational exporter infrastructure used by Aspose.CAD for JasperReports. It includes abstract exporter classes, base configuration implementations, and parameter objects for image and metafile output, enabling seamless integration of CAD rendering into JasperReports pipelines.
Classes
| Name | Description |
|---|---|
| ASAbstractExporter | Exports the jasper report to required file format. |
| BaseExportConfigurationImpl | Common configuration parameters for report export. |
| BaseExportParameters | Common configuration parameters for report export. |
| BaseReportExporter | Exports report to the image format. |
| ImageExportConfigurationImpl | The image report configuration. |
| ImageExportParameters | The image report configuration. |
| MetafileExportConfigurationImpl | The Metafile report configuration. |
| MetafileExportParameters | The Metafile report configuration. |
Interfaces
| Name | Description |
|---|---|
| BaseExportConfiguration | Common configuration parameters for report export. |
| ImageExportConfiguration | The image report configuration. |
| MetafileExportConfiguration | The metafile report configuration. |
Enums
| Name | Description |
|---|---|
| ExportMode | The enum Export mode. |
| FileFormat | The type File format. |
| ResolutionUnit | Resolution unit enum. |
| SmoothingMode | Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled… |
| TextRenderingHintEnum | Specifies the quality of text rendering. |