Package org.jfree.report.flow.raw
Class RawReportProcessor
java.lang.Object
org.jfree.report.flow.AbstractReportProcessor
org.jfree.report.flow.SinglePassReportProcessor
org.jfree.report.flow.raw.RawReportProcessor
- All Implemented Interfaces:
ReportProcessor
The Raw report processor defines the base for all non-layouting output
methods. As no layouting is involved, this output method is lightning
fast.
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jfree.report.flow.SinglePassReportProcessor
processReport
Methods inherited from class org.jfree.report.flow.AbstractReportProcessor
createFlowControler, createReportContext, processReportRun
-
Constructor Details
-
RawReportProcessor
public RawReportProcessor()
-
-
Method Details
-
createReportTarget
- Specified by:
createReportTarget
in classSinglePassReportProcessor
-