org.jfree.layouting.output.pageable
public abstract class AbstractPageableProcessor extends AbstractOutputProcessor implements PageableOutputProcessor
Constructor Summary | |
---|---|
protected | AbstractPageableProcessor(Configuration configuration) |
Method Summary | |
---|---|
protected LogicalPageKey | createLogicalPage(int width, int height) |
Renderer | createRenderer(LayoutProcess layoutProcess) |
protected abstract PageFlowSelector | getFlowSelector() |
PhysicalPageKey | getPhysicalPage(int page) |
int | getPhysicalPageCount() |
PrototypeBuildingRenderer | getPrototypeBuilder() |
protected void | processingPagesFinished() |
protected abstract void | processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage) |
protected void | processPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage) |
protected abstract void | processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey) |