Package org.mapfish.print.output
Class JasperReportSvgOutputFormat
java.lang.Object
org.mapfish.print.output.AbstractJasperReportOutputFormat
org.mapfish.print.output.JasperReportSvgOutputFormat
- All Implemented Interfaces:
OutputFormat
An SVG output format that uses Jasper reports to generate the result.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mapfish.print.output.AbstractJasperReportOutputFormat
AbstractJasperReportOutputFormat.Print
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExport
(OutputStream outputStream, AbstractJasperReportOutputFormat.Print print) Export the report to the output stream.The content type of the output.The file suffix to use when writing to a file.Methods inherited from class org.mapfish.print.output.AbstractJasperReportOutputFormat
getJasperPrint, print
-
Constructor Details
-
JasperReportSvgOutputFormat
public JasperReportSvgOutputFormat()
-
-
Method Details
-
getContentType
Description copied from interface:OutputFormat
The content type of the output. -
getFileSuffix
Description copied from interface:OutputFormat
The file suffix to use when writing to a file. -
doExport
protected void doExport(OutputStream outputStream, AbstractJasperReportOutputFormat.Print print) throws net.sf.jasperreports.engine.JRException, IOException Description copied from class:AbstractJasperReportOutputFormat
Export the report to the output stream.- Specified by:
doExport
in classAbstractJasperReportOutputFormat
- Parameters:
outputStream
- the output stream to export toprint
- the report- Throws:
net.sf.jasperreports.engine.JRException
IOException
-