Uses of Interface
org.pentaho.reporting.engine.classic.core.layout.output.ReportProcessor

Packages that use ReportProcessor
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.modules.output.csv A plain CSV output. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.base Support for the output targets that are page- and print oriented. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics Graphics2D report generation classes and the G2OutputTarget. 
org.pentaho.reporting.engine.classic.core.modules.output.table.base Common base classes for the table style output targets. 
org.pentaho.reporting.engine.classic.core.modules.output.xml DEPRECATED The XML output generates a xml representation of the generated output. 
 

Uses of ReportProcessor in org.pentaho.reporting.engine.classic.core.layout.output
 

Classes in org.pentaho.reporting.engine.classic.core.layout.output that implement ReportProcessor
 class AbstractReportProcessor
          Creation-Date: 08.04.2007, 14:52:52
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type ReportProcessor
DefaultPageStateList(ReportProcessor proc)
          Creates a new reportstatelist.
FastPageStateList(ReportProcessor reportProcessor)
           
 

Uses of ReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.csv
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.csv that implement ReportProcessor
 class CSVProcessor
          The CSVProcessor coordinates the writing process for the raw CSV output.
 

Uses of ReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base that implement ReportProcessor
 class PageableReportProcessor
          Creation-Date: 08.04.2007, 14:51:53
 

Uses of ReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics that implement ReportProcessor
 class PrintReportProcessor
          Creation-Date: 09.04.2007, 13:28:33
 

Uses of ReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.base that implement ReportProcessor
 class FlowReportProcessor
          Creation-Date: 03.05.2007, 10:30:45
 class StreamReportProcessor
          Creation-Date: 03.05.2007, 10:30:02
 

Uses of ReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.xml
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.xml that implement ReportProcessor
 class XMLProcessor
          Deprecated. The whole basic XML output is deprecated as it cannot handle inline subreports.