Package org.apache.fop.layoutmgr.table
Class TableStepper
- java.lang.Object
-
- org.apache.fop.layoutmgr.table.TableStepper
-
public class TableStepper extends java.lang.Object
This class processes row groups to create combined element lists for tables.
-
-
Constructor Summary
Constructors Constructor Description TableStepper(TableContentLayoutManager tclm)
Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.LinkedList
getCombinedKnuthElementsForRowGroup(LayoutContext context, EffRow[] rows, int bodyType)
Creates the combined element list for a row group.
-
-
-
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 LayoutContextrows
- the row groupbodyType
- Indicates what type of body is processed (body, header or footer)- Returns:
- the combined element list
-
-