org.jfree.layouting.modules.output.html
public class StreamingHtmlOutputProcessor extends AbstractOutputProcessor implements HtmlOutputProcessor
PROCESSING_CONTENT, PROCESSING_GLOBAL_CONTENT, PROCESSING_PAGES
Constructor and Description |
---|
StreamingHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration) |
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, setPageCursor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createInputFeed, createModelBuilder, createNormalizer, getConfiguration, getLogicalPage, getLogicalPageCount, getPageCursor, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingFinished, setPageCursor
public StreamingHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
public OutputProcessorMetaData getMetaData()
getMetaData
in interface OutputProcessor
public Renderer createRenderer(LayoutProcess layoutProcess)
createRenderer
in interface OutputProcessor
protected void processPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage)
processPageContent
in class AbstractOutputProcessor
public HtmlPrinter getPrinter()
getPrinter
in interface HtmlOutputProcessor
public void setPrinter(HtmlPrinter printer)
setPrinter
in interface HtmlOutputProcessor