org.apache.fop.layoutmgr.table

Class 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

LinkedList
getCombinedKnuthElementsForRowGroup(LayoutContext context, EffRow[] rows, int bodyType)
Creates the combined element list for a row group.

Constructor Details

TableStepper

public TableStepper(TableContentLayoutManager tclm)
Main constructor
Parameters:
tclm - The parent TableContentLayoutManager

Method Details

getCombinedKnuthElementsForRowGroup

public 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

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