Class TableStepper

java.lang.Object
org.apache.fop.layoutmgr.table.TableStepper

public class TableStepper extends Object
This class processes row groups to create combined element lists for tables.
  • Constructor Details

    • TableStepper

      public TableStepper(TableContentLayoutManager tclm)
      Main constructor
      Parameters:
      tclm - The parent TableContentLayoutManager
  • Method Details

    • getCombinedKnuthElementsForRowGroup

      public LinkedList getCombinedKnuthElementsForRowGroup(LayoutContext context, EffRow[] rows, int bodyType)
      Creates the combined element list for a row group.
      Parameters:
      context - Active LayoutContext
      rows - the row group
      bodyType - Indicates what type of body is processed (body, header or footer)
      Returns:
      the combined element list