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 voiddoExport(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:OutputFormatThe content type of the output. -
getFileSuffix
Description copied from interface:OutputFormatThe 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:AbstractJasperReportOutputFormatExport the report to the output stream.- Specified by:
doExportin classAbstractJasperReportOutputFormat- Parameters:
outputStream- the output stream to export toprint- the report- Throws:
net.sf.jasperreports.engine.JRExceptionIOException
-