Package org.jfree.report.flow.streaming
Class StreamingReportProcessor
java.lang.Object
org.jfree.report.flow.AbstractReportProcessor
org.jfree.report.flow.streaming.StreamingReportProcessor
- All Implemented Interfaces:
ReportProcessor
This is written to use LibLayout. It will never work with other report
targets.
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LibLayoutReportTarget
createTarget
(ReportJob job) org.jfree.layouting.output.OutputProcessor
void
processReport
(ReportJob job) void
setOutputProcessor
(org.jfree.layouting.output.OutputProcessor outputProcessor) Methods inherited from class org.jfree.report.flow.AbstractReportProcessor
createFlowControler, createReportContext, processReportRun
-
Constructor Details
-
StreamingReportProcessor
public StreamingReportProcessor()
-
-
Method Details
-
getOutputProcessor
public org.jfree.layouting.output.OutputProcessor getOutputProcessor() -
setOutputProcessor
public void setOutputProcessor(org.jfree.layouting.output.OutputProcessor outputProcessor) -
processReport
public void processReport(ReportJob job) throws ReportDataFactoryException, DataSourceException, ReportProcessingException -
createTarget
- Throws:
ReportProcessingException
-