Uses of Class
org.pentaho.reporting.engine.classic.core.modules.output.table.html.HtmlPrinter

Packages that use HtmlPrinter
org.pentaho.reporting.engine.classic.core.modules.output.table.html The HTML4 and XHTML output target. 
 

Uses of HtmlPrinter in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 

Subclasses of HtmlPrinter in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 class AllItemsHtmlPrinter
          Creation-Date: 08.05.2007, 20:04:44
 class SingleItemHtmlPrinter
          A HTML-Generator that generates one file in a predefined location.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html that return HtmlPrinter
 HtmlPrinter HtmlOutputProcessor.getPrinter()
           
 HtmlPrinter PageableHtmlOutputProcessor.getPrinter()
           
 HtmlPrinter StreamHtmlOutputProcessor.getPrinter()
           
 HtmlPrinter FlowHtmlOutputProcessor.getPrinter()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html with parameters of type HtmlPrinter
 void HtmlOutputProcessor.setPrinter(HtmlPrinter printer)
           
 void PageableHtmlOutputProcessor.setPrinter(HtmlPrinter printer)
           
 void StreamHtmlOutputProcessor.setPrinter(HtmlPrinter printer)
           
 void FlowHtmlOutputProcessor.setPrinter(HtmlPrinter printer)