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

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

public final class CleanPaginatedBoxesStep
extends IterateStructuralProcessStep

This step must not remove boxes that have a manual break attached.

Author:
Thomas Morgner

Constructor Summary
CleanPaginatedBoxesStep()
           
 
Method Summary
 long compute(LogicalPageBox pageBox)
           
 InstanceID getShiftNode()
           
 boolean startCanvasBox(CanvasRenderBox box)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanPaginatedBoxesStep

public CleanPaginatedBoxesStep()
Method Detail

compute

public long compute(LogicalPageBox pageBox)

getShiftNode

public InstanceID getShiftNode()

startCanvasBox

public boolean startCanvasBox(CanvasRenderBox box)