|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.layoutmgr.table.TableStepper
public class TableStepper
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,
org.apache.fop.layoutmgr.table.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 |
---|
public TableStepper(TableContentLayoutManager tclm)
tclm
- The parent TableContentLayoutManagerMethod Detail |
---|
public java.util.LinkedList getCombinedKnuthElementsForRowGroup(LayoutContext context, org.apache.fop.layoutmgr.table.EffRow[] rowGroup, int maxColumnCount, int bodyType)
context
- Active LayoutContextrowGroup
- the row groupmaxColumnCount
- the maximum number of columns to expectbodyType
- Indicates what type of body is processed (body, header or footer)
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |