Uses of Class
org.apache.fop.fo.flow.table.EffRow
-
Packages that use EffRow Package Description org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of EffRow in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as EffRow Modifier and Type Field Description private EffRow
RowPainter. currentRow
Currently handled row (= last encountered row).private EffRow
TableContentPosition. newPageRow
private EffRow
TableContentPosition. row
effective row this position belongs toprivate EffRow[]
RowGroupLayoutManager. rowGroup
private EffRow[]
TableStepper. rowGroup
Methods in org.apache.fop.layoutmgr.table that return EffRow Modifier and Type Method Description (package private) EffRow
TableContentPosition. getNewPageRow()
(package private) EffRow[]
TableRowIterator. getNextRowGroup()
Returns the next row group if any.(package private) EffRow
TableContentPosition. getRow()
Methods in org.apache.fop.layoutmgr.table with parameters of type EffRow Modifier and Type Method Description java.util.LinkedList
TableStepper. getCombinedKnuthElementsForRowGroup(LayoutContext context, EffRow[] rows, int bodyType)
Creates the combined element list for a row group.(package private) void
TableContentPosition. setNewPageRow(EffRow newPageRow)
Sets the row corresponding to this position if it starts a new page.private void
TableStepper. setup(EffRow[] rows)
Initializes the fields of this instance to handle a new row group.Constructors in org.apache.fop.layoutmgr.table with parameters of type EffRow Constructor Description ActiveCell(PrimaryGridUnit pgu, EffRow row, int rowIndex, int previousRowsLength, TableLayoutManager tableLM)
RowGroupLayoutManager(TableLayoutManager tableLM, EffRow[] rowGroup, TableStepper tableStepper)
TableContentPosition(LayoutManager lm, java.util.List cellParts, EffRow row)
Creates a new TableContentPosition.
-