org.jfree.report.flow.raw

Class RawReportProcessor

Implemented Interfaces:
ReportProcessor

public class RawReportProcessor
extends SinglePassReportProcessor

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

RawReportProcessor()

Method Summary

protected ReportTarget
createReportTarget(ReportJob job)

Methods inherited from class org.jfree.report.flow.SinglePassReportProcessor

createReportTarget, processReport

Methods inherited from class org.jfree.report.flow.AbstractReportProcessor

createFlowControler, createReportContext, processReportRun

Constructor Details

RawReportProcessor

public RawReportProcessor()

Method Details

createReportTarget

protected ReportTarget createReportTarget(ReportJob job)
Overrides:
createReportTarget in interface SinglePassReportProcessor