Class AbstractJasperReportOutputFormat.Print

  • Enclosing class:
    AbstractJasperReportOutputFormat

    public static final class AbstractJasperReportOutputFormat.Print
    extends java.lang.Object
    The print information for doing the export.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      net.sf.jasperreports.engine.JasperReportsContext context
      The JasperReports context for the print job.
      double dpi
      The print DPI.
      Processor.ExecutionContext executionContext
      The execution context for the print job.
      net.sf.jasperreports.engine.JasperPrint print
      The print information for Jasper.
      Values values
      The values used to do the print.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • print

        @Nonnull
        public final net.sf.jasperreports.engine.JasperPrint print
        The print information for Jasper.
      • dpi

        @Nonnegative
        public final double dpi
        The print DPI.
      • context

        @Nonnull
        public final net.sf.jasperreports.engine.JasperReportsContext context
        The JasperReports context for the print job.
      • values

        @Nonnull
        public final Values values
        The values used to do the print.