Uses of Class
org.apache.fop.layoutmgr.table.RowPainter
Packages that use RowPainter
-
Uses of RowPainter in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as RowPainterMethods in org.apache.fop.layoutmgr.table with parameters of type RowPainterModifier and TypeMethodDescriptionvoidTableCellLayoutManager.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(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(List elements, TablePart part, RowPainter painter, boolean lastOnPage) private voidTableContentLayoutManager.addTablePartAreas(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)