Class ImagesSubReport

java.lang.Object
org.mapfish.print.processor.jasper.ImagesSubReport

public class ImagesSubReport extends Object
Creates a Jasper containing overlaid images, which is supposed to be embedded into an another report as sub-report.
  • Constructor Details

    • ImagesSubReport

      public ImagesSubReport(List<URI> graphics, Dimension size, double dpi)
      Constructor.
      Parameters:
      graphics - A list of graphic files.
      size - The size of the report in pixel.
      dpi - the dpi of the report
  • Method Details

    • compile

      public final void compile(File compiledReportFile) throws net.sf.jasperreports.engine.JRException
      Compiles the report into a *.jasper file.
      Parameters:
      compiledReportFile - The destination file.
      Throws:
      net.sf.jasperreports.engine.JRException
    • getReportDesign

      protected final net.sf.jasperreports.engine.design.JasperDesign getReportDesign()