public interface ExporterFactory
| Modifier and Type | Method and Description |
|---|---|
JRAbstractExporter |
createExcelExporter(JasperPrint jasperPrint,
OutputStream outputStream)
Produces exporter for excel files
|
JRAbstractExporter |
createImageExporter(JasperPrint jasperPrint,
Graphics graphics)
Produces exporter for images
|
JRAbstractExporter |
createPdfExporter(JasperPrint jasperPrint,
OutputStream outputStream)
Produces exporter for pdf files
|
JRAbstractExporter createExcelExporter(JasperPrint jasperPrint,
OutputStream outputStream)
jasperPrint - report to exportoutputStream - stream where report is outputedJRAbstractExporter createPdfExporter(JasperPrint jasperPrint,
OutputStream outputStream)
jasperPrint - report to exportoutputStream - stream where report is outputedJRAbstractExporter createImageExporter(JasperPrint jasperPrint,
Graphics graphics)
jasperPrint - report to exportgraphics - where report will be exported toCopyright © 2017 SAP SE. All Rights Reserved.