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.
getCombinedKnuthElementsForRowGroup
public LinkedList getCombinedKnuthElementsForRowGroup(LayoutContext context,
org.apache.fop.layoutmgr.table.EffRow[] rowGroup,
int maxColumnCount,
int bodyType)
Creates the combined element list for a row group.
context
- Active LayoutContextrowGroup
- the row groupmaxColumnCount
- the maximum number of columns to expectbodyType
- Indicates what type of body is processed (body, header or footer)
- the combined element list
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.