Class AbstractPageableProcessor
- java.lang.Object
-
- org.jfree.layouting.output.AbstractOutputProcessor
-
- org.jfree.layouting.output.pageable.AbstractPageableProcessor
-
- All Implemented Interfaces:
OutputProcessor,PageableOutputProcessor
- Direct Known Subclasses:
GraphicsOutputProcessor,PageableHtmlOutputProcessor,PdfOutputProcessor
public abstract class AbstractPageableProcessor extends AbstractOutputProcessor implements PageableOutputProcessor
Creation-Date: 10.11.2006, 20:05:11- Author:
- Thomas Morgner
-
-
Field Summary
-
Fields inherited from class org.jfree.layouting.output.AbstractOutputProcessor
PROCESSING_CONTENT, PROCESSING_GLOBAL_CONTENT, PROCESSING_PAGES
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPageableProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected LogicalPageKeycreateLogicalPage(int width, int height)RenderercreateRenderer(LayoutProcess layoutProcess)protected abstract PageFlowSelectorgetFlowSelector()PhysicalPageKeygetPhysicalPage(int page)intgetPhysicalPageCount()PrototypeBuildingRenderergetPrototypeBuilder()protected voidprocessingPagesFinished()protected abstract voidprocessLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)protected voidprocessPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage)protected abstract voidprocessPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)-
Methods inherited from class org.jfree.layouting.output.AbstractOutputProcessor
createInputFeed, createModelBuilder, createNormalizer, getConfiguration, getDocumentContext, getLogicalPage, getLogicalPageCount, getPageCursor, getProcessingState, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingContentFinished, processingFinished, processingGlobalContentFinished, setPageCursor
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jfree.layouting.output.OutputProcessor
createInputFeed, createModelBuilder, createNormalizer, getConfiguration, getLogicalPage, getLogicalPageCount, getMetaData, getPageCursor, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingFinished, setPageCursor
-
-
-
-
Method Detail
-
createRenderer
public Renderer createRenderer(LayoutProcess layoutProcess)
- Specified by:
createRendererin interfaceOutputProcessor
-
getPrototypeBuilder
public PrototypeBuildingRenderer getPrototypeBuilder()
-
processingPagesFinished
protected void processingPagesFinished()
- Overrides:
processingPagesFinishedin classAbstractOutputProcessor
-
getPhysicalPageCount
public int getPhysicalPageCount()
- Specified by:
getPhysicalPageCountin interfacePageableOutputProcessor
-
getPhysicalPage
public PhysicalPageKey getPhysicalPage(int page)
- Specified by:
getPhysicalPagein interfacePageableOutputProcessor
-
createLogicalPage
protected LogicalPageKey createLogicalPage(int width, int height)
- Overrides:
createLogicalPagein classAbstractOutputProcessor
-
processPageContent
protected void processPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage)
- Specified by:
processPageContentin classAbstractOutputProcessor
-
getFlowSelector
protected abstract PageFlowSelector getFlowSelector()
-
processPhysicalPage
protected abstract void processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
-
processLogicalPage
protected abstract void processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
-
-