org.pentaho.reporting.engine.classic.core.modules.output.table.html
Interface HtmlOutputProcessor

All Superinterfaces:
OutputProcessor
All Known Implementing Classes:
FlowHtmlOutputProcessor, PageableHtmlOutputProcessor, StreamHtmlOutputProcessor

public interface HtmlOutputProcessor
extends OutputProcessor

Creation-Date: 04.05.2007, 18:56:36

Author:
Thomas Morgner

Method Summary
 HtmlPrinter getPrinter()
           
 void setPrinter(HtmlPrinter printer)
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessor
getLogicalPage, getLogicalPageCount, getMetaData, getPageCursor, getPhysicalPageCount, isNeedAlignedPage, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 

Method Detail

getPrinter

HtmlPrinter getPrinter()

setPrinter

void setPrinter(HtmlPrinter printer)