org.jfree.layouting.modules.output.html
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, processPageContent
createInputFeed, createModelBuilder, createNormalizer, getConfiguration, getDocumentContext, getLogicalPage, getLogicalPageCount, getPageCursor, getProcessingState, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingContentFinished, processingFinished, processingGlobalContentFinished, setPageCursor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createInputFeed, createModelBuilder, createNormalizer, createRenderer, getConfiguration, getLogicalPage, getLogicalPageCount, getPageCursor, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingFinished, setPageCursor
public PageableHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
public HtmlPrinter getPrinter()
getPrinter
in interface HtmlOutputProcessor
public void setPrinter(HtmlPrinter printer)
setPrinter
in interface HtmlOutputProcessor
protected void processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
processPhysicalPage
in class AbstractPageableProcessor
protected void processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
processLogicalPage
in class AbstractPageableProcessor
public PageFlowSelector getFlowSelector()
getFlowSelector
in class AbstractPageableProcessor
public void setFlowSelector(PageFlowSelector flowSelector)
public OutputProcessorMetaData getMetaData()
getMetaData
in interface OutputProcessor