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 TypeMethodDescriptionvoid
TableCellLayoutManager.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 void
TableCellLayoutManager.addBackgroundAreas
(RowPainter painter, int firstRowHeight, int borderBeforeWidth, int paddingRectBPD) Adds background areas for the column, body and row, if any.private void
TableContentLayoutManager.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 void
TableContentLayoutManager.addHeaderFooterAreas
(List elements, TablePart part, RowPainter painter, boolean lastOnPage) private void
TableContentLayoutManager.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 void
TableCellLayoutManager.saveAddAreasArguments
(PositionIterator parentIter, LayoutContext layoutContext, int[] spannedGridRowHeights, int startRow, int endRow, int borderBeforeWhich, int borderAfterWhich, boolean firstOnPage, boolean lastOnPage, RowPainter painter, int firstRowHeight)