fop 0.92beta

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
TableStepper(TableContentLayoutManager tclm)
          Main constructor
 
Method Summary
 java.util.LinkedList getCombinedKnuthElementsForRowGroup(LayoutContext context, EffRow[] rowGroup, int maxColumnCount, int bodyType)
          Creates the combined element list for a row group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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[] rowGroup,
                                                                int maxColumnCount,
                                                                int bodyType)
Creates the combined element list for a row group.
Parameters:
context - Active LayoutContext
rowGroup - the row group
maxColumnCount - the maximum number of columns to expect
bodyType - Indicates what type of body is processed (boder, header or footer)
Returns:
the combined element list

fop 0.92beta

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.