Uses of Interface
org.pentaho.reporting.engine.classic.core.function.OutputFunction

Packages that use OutputFunction
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
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.xml DEPRECATED The XML output generates a xml representation of the generated output. 
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
 

Uses of OutputFunction in org.pentaho.reporting.engine.classic.core.function
 

Methods in org.pentaho.reporting.engine.classic.core.function that return OutputFunction
 OutputFunction OutputFunction.deriveForPagebreak()
          Creates a cheaper version of the deep-copy of the output function.
 OutputFunction OutputFunction.deriveForStorage()
          Creates a storage-copy of the output function.
 

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

Classes in org.pentaho.reporting.engine.classic.core.layout.output that implement OutputFunction
 class DefaultOutputFunction
          Creation-Date: 08.04.2007, 16:22:18
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output that return OutputFunction
 OutputFunction DefaultOutputFunction.deriveForPagebreak()
          Creates a cheaper version of the deep-copy of the output function.
 OutputFunction DefaultOutputFunction.deriveForStorage()
          Creates a storage-copy of the output function.
 

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

Classes in org.pentaho.reporting.engine.classic.core.modules.output.csv that implement OutputFunction
 class CSVWriter
          The CSV Writer is the content creation function used to create the CSV content.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.csv that return OutputFunction
 OutputFunction CSVWriter.deriveForPagebreak()
          This method simply clones the function.
 OutputFunction CSVWriter.deriveForStorage()
          This method simply clones the function.
 

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

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.xml that return OutputFunction
 OutputFunction XMLWriter.deriveForPagebreak()
          Deprecated. This method simply clones the function.
 OutputFunction XMLWriter.deriveForStorage()
          Deprecated. This method simply clones the function.
 

Uses of OutputFunction in org.pentaho.reporting.engine.classic.core.states
 

Methods in org.pentaho.reporting.engine.classic.core.states that return OutputFunction
 OutputFunction SubLayoutProcess.getOutputFunction()
           
 OutputFunction InitialLayoutProcess.getOutputFunction()
           
 OutputFunction LayoutProcess.getOutputFunction()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.states with parameters of type OutputFunction
InitialLayoutProcess(OutputFunction outputFunction)