Package org.mapfish.print.output
Class AbstractJasperReportOutputFormat.Print
java.lang.Object
org.mapfish.print.output.AbstractJasperReportOutputFormat.Print
- Enclosing class:
- AbstractJasperReportOutputFormat
The print information for doing the export.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.sf.jasperreports.engine.JasperReportsContext
The JasperReports context for the print job.final double
The print DPI.The execution context for the print job.final net.sf.jasperreports.engine.JasperPrint
The print information for Jasper.final Values
The values used to do the print. -
Method Summary
-
Field Details
-
print
@Nonnull public final net.sf.jasperreports.engine.JasperPrint printThe print information for Jasper. -
dpi
@Nonnegative public final double dpiThe print DPI. -
executionContext
The execution context for the print job. -
context
@Nonnull public final net.sf.jasperreports.engine.JasperReportsContext contextThe JasperReports context for the print job. -
values
The values used to do the print.
-