public class ImagesSubReport
extends java.lang.Object
| Constructor and Description |
|---|
ImagesSubReport(java.util.List<java.net.URI> graphics,
java.awt.Dimension size,
double dpi)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
compile(java.io.File compiledReportFile)
Compiles the report into a
*.jasper file. |
protected net.sf.jasperreports.engine.design.JasperDesign |
getReportDesign() |
public ImagesSubReport(java.util.List<java.net.URI> graphics,
java.awt.Dimension size,
double dpi)
graphics - A list of graphic files.size - The size of the report in pixel.dpi - the dpi of the reportpublic final void compile(java.io.File compiledReportFile)
throws net.sf.jasperreports.engine.JRException
*.jasper file.compiledReportFile - The destination file.net.sf.jasperreports.engine.JRExceptionprotected final net.sf.jasperreports.engine.design.JasperDesign getReportDesign()