Class TableStepper


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

      • TableStepper

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

      • getCombinedKnuthElementsForRowGroup

        public java.util.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