Uses of Class
org.pentaho.reporting.engine.classic.core.layout.output.AbstractReportProcessor

Packages that use AbstractReportProcessor
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 AbstractReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.csv
 

Subclasses of AbstractReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.csv
 class CSVProcessor
          The CSVProcessor coordinates the writing process for the raw CSV output.
 

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

Subclasses of AbstractReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
 class PageableReportProcessor
          Creation-Date: 08.04.2007, 14:51:53
 

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

Subclasses of AbstractReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics
 class PrintReportProcessor
          Creation-Date: 09.04.2007, 13:28:33
 

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

Subclasses of AbstractReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 class FlowReportProcessor
          Creation-Date: 03.05.2007, 10:30:45
 class StreamReportProcessor
          Creation-Date: 03.05.2007, 10:30:02
 

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

Subclasses of AbstractReportProcessor in org.pentaho.reporting.engine.classic.core.modules.output.xml
 class XMLProcessor
          Deprecated. The whole basic XML output is deprecated as it cannot handle inline subreports.