Uses of Class
org.apache.fop.fo.flow.table.EffRow
Packages that use EffRow
-
Uses of EffRow in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as EffRowModifier and TypeFieldDescriptionprivate 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 EffRowModifier and TypeMethodDescription(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 EffRowModifier and TypeMethodDescriptionTableStepper.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 voidInitializes the fields of this instance to handle a new row group.Constructors in org.apache.fop.layoutmgr.table with parameters of type EffRowModifierConstructorDescription(package private)ActiveCell(PrimaryGridUnit pgu, EffRow row, int rowIndex, int previousRowsLength, TableLayoutManager tableLM) (package private)RowGroupLayoutManager(TableLayoutManager tableLM, EffRow[] rowGroup, TableStepper tableStepper) protectedTableContentPosition(LayoutManager lm, List<CellPart> cellParts, EffRow row) Creates a new TableContentPosition.