org.pentaho.reporting.engine.classic.core.layout.process
Class CleanFlowBoxesStep

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.process.IterateStructuralProcessStep
      extended by org.pentaho.reporting.engine.classic.core.layout.process.CleanFlowBoxesStep

public final class CleanFlowBoxesStep
extends IterateStructuralProcessStep

Removed finished block-boxes. The boxes have to be marked as 'finished' by the flow output target or nothing will be removed at all. The boxes marked as finished will be replaced by 'FinishedRenderNodes'. This step preserves nodes that have pagebreaks.

Author:
Thomas Morgner

Constructor Summary
CleanFlowBoxesStep()
           
 
Method Summary
 void compute(LogicalPageBox pageBox)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanFlowBoxesStep

public CleanFlowBoxesStep()
Method Detail

compute

public void compute(LogicalPageBox pageBox)