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 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 EffRowModifier and TypeMethodDescription(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 EffRowModifier and TypeMethodDescriptionTableStepper.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
Initializes 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) protected
TableContentPosition
(LayoutManager lm, List cellParts, EffRow row) Creates a new TableContentPosition.