| Interface | Description |
|---|---|
| ExportService |
The interface handles export to other formats, such as PDF.
|
| G9Print |
The g9 print interface, defining export and print methods.
|
| PrintRemoteService |
Remote interface for printing.
|
| PrintService |
The interface handles g9's printing.
|
| Class | Description |
|---|---|
| G9ExportManager |
This class should be omitted when JasperReports (JasperExportManager)
supports file input on export.
|
| JasperExplicitPrinterPrintManager |
The class extends JRPrinterAWT with printing to a named printer.
|
| JasperReportsPrint |
Print and export using JasperReports.
|
| LocalPrintService |
Local implementation of the PrintRemoteService, useful for testing purposes.
|
| PrintCentral |
The Print Central is responsible for delegating print and export to classes
implementing the G9Print interface.
|
| PrintContext |
The PrintContext is a carrier of data and parameters, used by implementations
of the PrintService.
|
Copyright © 2006–2020 Esito AS. All rights reserved.