public class FlowHtmlOutputProcessor extends AbstractOutputProcessor implements HtmlOutputProcessor
PROCESSING_CONTENT, PROCESSING_GLOBAL_CONTENT, PROCESSING_PAGES| Constructor and Description |
|---|
FlowHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration) |
FlowHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration,
HtmlPrinter printer) |
| Modifier and Type | Method and Description |
|---|---|
Renderer |
createRenderer(LayoutProcess layoutProcess) |
OutputProcessorMetaData |
getMetaData() |
HtmlPrinter |
getPrinter() |
protected void |
processPageContent(LogicalPageKey logicalPageKey,
LogicalPageBox logicalPage) |
void |
setPrinter(HtmlPrinter printer) |
createInputFeed, createLogicalPage, createModelBuilder, createNormalizer, getConfiguration, getDocumentContext, getLogicalPage, getLogicalPageCount, getPageCursor, getProcessingState, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingContentFinished, processingFinished, processingGlobalContentFinished, processingPagesFinished, setPageCursorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInputFeed, createModelBuilder, createNormalizer, getConfiguration, getLogicalPage, getLogicalPageCount, getPageCursor, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingFinished, setPageCursorpublic FlowHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
public FlowHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration,
HtmlPrinter printer)
public OutputProcessorMetaData getMetaData()
getMetaData in interface OutputProcessorpublic Renderer createRenderer(LayoutProcess layoutProcess)
createRenderer in interface OutputProcessorpublic void setPrinter(HtmlPrinter printer)
setPrinter in interface HtmlOutputProcessorpublic HtmlPrinter getPrinter()
getPrinter in interface HtmlOutputProcessorprotected void processPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage)
processPageContent in class AbstractOutputProcessor