Class PaginatingReportProcessor

java.lang.Object
org.jfree.report.flow.AbstractReportProcessor
org.jfree.report.flow.paginating.PaginatingReportProcessor
All Implemented Interfaces:
ReportProcessor
Direct Known Subclasses:
PrintReportProcessor

public abstract class PaginatingReportProcessor extends AbstractReportProcessor
Paginating report processors are multi-pass processors.

This is written to use LibLayout. It will never work with other report targets. Be aware that this class is not synchronized.

Author:
Thomas Morgner