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

Packages that use OutputProcessor
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.layout.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.internal   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf PDF export classes and the PDF output target. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext PlainText export target module. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml   
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.table.csv Layouted CSV output. 
org.pentaho.reporting.engine.classic.core.modules.output.table.html The HTML4 and XHTML output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.rtf RTF file output, using iText (requires at least version 1.1). 
org.pentaho.reporting.engine.classic.core.modules.output.table.xls The Excel output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.xml   
 

Uses of OutputProcessor in org.pentaho.reporting.engine.classic.core.layout
 

Methods in org.pentaho.reporting.engine.classic.core.layout that return OutputProcessor
 OutputProcessor Renderer.getOutputProcessor()
           
 OutputProcessor AbstractRenderer.getOutputProcessor()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout with parameters of type OutputProcessor
FlowRenderer(OutputProcessor outputProcessor)
           
StreamingRenderer(OutputProcessor outputProcessor)
           
 

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

Subinterfaces of OutputProcessor in org.pentaho.reporting.engine.classic.core.layout.output
 interface IterativeOutputProcessor
          Creation-Date: 02.05.2007, 15:36:53
 

Classes in org.pentaho.reporting.engine.classic.core.layout.output that implement OutputProcessor
 class AbstractOutputProcessor
          Creation-Date: 09.04.2007, 10:51:30
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output that return OutputProcessor
 OutputProcessor AbstractReportProcessor.getOutputProcessor()
           
 

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

Subinterfaces of OutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
 interface PageableOutputProcessor
          Creation-Date: 08.04.2007, 15:42:26
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base that implement OutputProcessor
 class AbstractPageableOutputProcessor
          Creation-Date: 09.04.2007, 10:59:35
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base with parameters of type OutputProcessor
PageableRenderer(OutputProcessor outputProcessor)
           
 

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

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal that implement OutputProcessor
 class GraphicsOutputProcessor
          Creation-Date: 02.01.2006, 19:55:14
 

Uses of OutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf that implement OutputProcessor
 class PdfOutputProcessor
          A streaming target, which produces a PDF document.
 

Uses of OutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext that implement OutputProcessor
 class PageableTextOutputProcessor
          Creation-Date: 13.05.2007, 13:06:24
 

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

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml that implement OutputProcessor
 class XmlPageOutputProcessor
           
 

Uses of OutputProcessor 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 OutputProcessor
 class AbstractTableOutputProcessor
          The Table-Output processor uses the pagination stage to build a list of table-layouts.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.table.base with parameters of type OutputProcessor
FlowReportProcessor(MasterReport report, OutputProcessor outputProcessor)
           
StreamReportProcessor(MasterReport report, OutputProcessor outputProcessor)
           
 

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

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.csv that implement OutputProcessor
 class FlowCSVOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 class PageableCSVOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 class StreamCSVOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 

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

Subinterfaces of OutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 interface HtmlOutputProcessor
          Creation-Date: 04.05.2007, 18:56:36
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.html that implement OutputProcessor
 class FlowHtmlOutputProcessor
          Creation-Date: 04.05.2007, 16:36:31
 class PageableHtmlOutputProcessor
          Creation-Date: 04.05.2007, 16:36:48
 class StreamHtmlOutputProcessor
          Creation-Date: 04.05.2007, 16:36:40
 

Uses of OutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf that implement OutputProcessor
 class FlowRTFOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 class StreamRTFOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 

Uses of OutputProcessor in org.pentaho.reporting.engine.classic.core.modules.output.table.xls
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.xls that implement OutputProcessor
 class FlowExcelOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 class PageableExcelOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 class StreamExcelOutputProcessor
          Creation-Date: 09.05.2007, 14:36:28
 

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

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.xml that implement OutputProcessor
 class XmlTableOutputProcessor