Class ImagesSubReport
java.lang.Object
org.mapfish.print.processor.jasper.ImagesSubReport
Creates a Jasper containing overlaid images, which is supposed to be embedded into an another
report as sub-report.
-
Constructor Summary
ConstructorsConstructorDescriptionImagesSubReport
(List<URI> graphics, Dimension size, double dpi) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
Compiles the report into a*.jasper
file.protected final net.sf.jasperreports.engine.design.JasperDesign
-
Constructor Details
-
ImagesSubReport
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
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()
-