Uses of Class
org.apache.fop.layoutmgr.table.RowPainter
-
Packages that use RowPainter Package Description org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of RowPainter in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as RowPainter Modifier and Type Field Description private RowPainterTableCellLayoutManager. savedPainterMethods in org.apache.fop.layoutmgr.table with parameters of type RowPainter Modifier and Type Method Description voidTableCellLayoutManager. addAreas(PositionIterator parentIter, LayoutContext layoutContext, int[] spannedGridRowHeights, int startRow, int endRow, int borderBeforeWhich, int borderAfterWhich, boolean firstOnPage, boolean lastOnPage, RowPainter painter, int firstRowHeight)Add the areas for the break points.private voidTableCellLayoutManager. addBackgroundAreas(RowPainter painter, int firstRowHeight, int borderBeforeWidth, int paddingRectBPD)Adds background areas for the column, body and row, if any.private voidTableContentLayoutManager. addBodyAreas(java.util.Iterator iterator, RowPainter painter, boolean lastOnPage)Iterates over the positions corresponding to the table's body (which may contain several table-body elements!) and adds the corresponding areas.private voidTableContentLayoutManager. addHeaderFooterAreas(java.util.List elements, TablePart part, RowPainter painter, boolean lastOnPage)private voidTableContentLayoutManager. addTablePartAreas(java.util.List positions, RowPainter painter, TablePart body, boolean isFirstPos, boolean isLastPos, boolean lastInBody, boolean lastOnPage)Adds the areas corresponding to a single fo:table-header/footer/body element.private voidTableCellLayoutManager. saveAddAreasArguments(PositionIterator parentIter, LayoutContext layoutContext, int[] spannedGridRowHeights, int startRow, int endRow, int borderBeforeWhich, int borderAfterWhich, boolean firstOnPage, boolean lastOnPage, RowPainter painter, int firstRowHeight)
-