org.jfree.report.flow.paginating
public abstract class PaginatingReportProcessor extends AbstractReportProcessor
Constructor Summary | |
---|---|
protected | PaginatingReportProcessor(PageableOutputProcessor outputProcessor) |
Method Summary | |
---|---|
protected LibLayoutReportTarget | createTarget(ReportJob job) |
protected PageState | getLogicalPageState(int page) |
PageableOutputProcessor | getOutputProcessor() |
protected PageState | getPhysicalPageState(int page) |
boolean | isPaginated() |
protected void | prepareReportProcessing(ReportJob job) |
PageState | processPage(PageState previousState) |
protected PageStateList | processPaginationRun(ReportJob job, LibLayoutReportTarget target) |