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 EffRowRowPainter. currentRowCurrently handled row (= last encountered row).private EffRowTableContentPosition. newPageRowprivate EffRowTableContentPosition. roweffective row this position belongs toprivate EffRow[]RowGroupLayoutManager. rowGroupprivate EffRow[]TableStepper. rowGroupMethods in org.apache.fop.layoutmgr.table that return EffRow Modifier and Type Method Description (package private) EffRowTableContentPosition. getNewPageRow()(package private) EffRow[]TableRowIterator. getNextRowGroup()Returns the next row group if any.(package private) EffRowTableContentPosition. getRow()Methods in org.apache.fop.layoutmgr.table with parameters of type EffRow Modifier and Type Method Description java.util.LinkedListTableStepper. getCombinedKnuthElementsForRowGroup(LayoutContext context, EffRow[] rows, int bodyType)Creates the combined element list for a row group.(package private) voidTableContentPosition. setNewPageRow(EffRow newPageRow)Sets the row corresponding to this position if it starts a new page.private voidTableStepper. 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<CellPart> cellParts, EffRow row)Creates a new TableContentPosition.
-