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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.process.IterateVisualProcessStep
      extended by org.pentaho.reporting.engine.classic.core.layout.process.FillFlowPagesStep

public final class FillFlowPagesStep
extends IterateVisualProcessStep

This Step copies all content from the logical page into a paginated copy of the logical page box. The headers and footers are properly aligned and the page's content area is extended to include these headers.

Unlike the paginating 'FillPhysicalPagesStep', the header and footer areas were not taken into account during the ordinary pagination and so the resulting page will be larger than the incomming page.

Author:
Thomas Morgner

Constructor Summary
FillFlowPagesStep()
           
 
Method Summary
 LogicalPageBox compute(LogicalPageBox pagebox, long pageStart, long pageEnd)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillFlowPagesStep

public FillFlowPagesStep()
Method Detail

compute

public LogicalPageBox compute(LogicalPageBox pagebox,
                              long pageStart,
                              long pageEnd)