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,
EffRow[] rows,
int bodyType)
Creates the combined element list for a row group.
context
- Active LayoutContextrows
- the row groupbodyType
- Indicates what type of body is processed (body, header or footer)
- the combined element list
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.