public class PageableHtmlOutputProcessor extends AbstractPageableProcessor implements HtmlOutputProcessor
PROCESSING_CONTENT, PROCESSING_GLOBAL_CONTENT, PROCESSING_PAGES| Constructor and Description |
|---|
PageableHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
PageFlowSelector |
getFlowSelector() |
OutputProcessorMetaData |
getMetaData() |
HtmlPrinter |
getPrinter() |
protected void |
processLogicalPage(LogicalPageKey key,
LogicalPageBox logicalPage) |
protected void |
processPhysicalPage(PageGrid pageGrid,
LogicalPageBox logicalPage,
int row,
int col,
PhysicalPageKey pageKey) |
void |
setFlowSelector(PageFlowSelector flowSelector) |
void |
setPrinter(HtmlPrinter printer) |
createLogicalPage, createRenderer, getPhysicalPage, getPhysicalPageCount, getPrototypeBuilder, processingPagesFinished, processPageContentcreateInputFeed, createModelBuilder, createNormalizer, getConfiguration, getDocumentContext, getLogicalPage, getLogicalPageCount, getPageCursor, getProcessingState, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingContentFinished, processingFinished, processingGlobalContentFinished, setPageCursorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInputFeed, createModelBuilder, createNormalizer, createRenderer, getConfiguration, getLogicalPage, getLogicalPageCount, getPageCursor, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingFinished, setPageCursorpublic PageableHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
public HtmlPrinter getPrinter()
getPrinter in interface HtmlOutputProcessorpublic void setPrinter(HtmlPrinter printer)
setPrinter in interface HtmlOutputProcessorprotected void processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
processPhysicalPage in class AbstractPageableProcessorprotected void processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
processLogicalPage in class AbstractPageableProcessorpublic PageFlowSelector getFlowSelector()
getFlowSelector in class AbstractPageableProcessorpublic void setFlowSelector(PageFlowSelector flowSelector)
public OutputProcessorMetaData getMetaData()
getMetaData in interface OutputProcessor