Uses of Interface
org.pentaho.reporting.engine.classic.core.states.LayoutProcess

Packages that use LayoutProcess
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.states.process   
 

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

Classes in org.pentaho.reporting.engine.classic.core.states that implement LayoutProcess
 class InitialLayoutProcess
          Creation-Date: Dec 14, 2006, 5:05:39 PM
 class SubLayoutProcess
          Creation-Date: Dec 14, 2006, 5:05:39 PM
 

Methods in org.pentaho.reporting.engine.classic.core.states that return LayoutProcess
 LayoutProcess SubLayoutProcess.deriveForPagebreak()
           
 LayoutProcess InitialLayoutProcess.deriveForPagebreak()
           
 LayoutProcess LayoutProcess.deriveForPagebreak()
           
 LayoutProcess SubLayoutProcess.deriveForStorage()
           
 LayoutProcess InitialLayoutProcess.deriveForStorage()
           
 LayoutProcess LayoutProcess.deriveForStorage()
           
 LayoutProcess ReportState.getLayoutProcess()
           
 LayoutProcess SubLayoutProcess.getParent()
           
 LayoutProcess InitialLayoutProcess.getParent()
           
 LayoutProcess LayoutProcess.getParent()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type LayoutProcess
static void StateUtilities.computeLevels(DefaultFlowController report, LayoutProcess lp, HashSet<Integer> levels)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.states with parameters of type LayoutProcess
SubLayoutProcess(LayoutProcess parent, StructureFunction[] structureFunctions)
           
 

Uses of LayoutProcess in org.pentaho.reporting.engine.classic.core.states.process
 

Methods in org.pentaho.reporting.engine.classic.core.states.process that return LayoutProcess
 LayoutProcess ProcessState.getLayoutProcess()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states.process with parameters of type LayoutProcess
 ProcessState ProcessState.returnFromSubReport(LayoutProcess layoutProcess)