Uses of Class
org.apache.fop.fo.flow.table.GridUnit
Packages that use GridUnit
-
Uses of GridUnit in org.apache.fop.fo.flow.table
Subclasses of GridUnit in org.apache.fop.fo.flow.tableModifier and TypeClassDescriptionclassGridUnit subclass for empty grid units.classThis class represents a primary grid unit of a spanned cell.Fields in org.apache.fop.fo.flow.table with type parameters of type GridUnitModifier and TypeFieldDescriptionCollapsingBorderResolver.footerFirstRowCollapsingBorderResolver.footerLastRowThe last currently registered footer row.CollapsingBorderResolver.headerLastRowCollapsingBorderResolver.previousRowThe previously registered row, either in the header or the body(-ies), but not in the footer (handled separately).FixedColRowGroupBuilder.rowsThe rows belonging to this row group.Methods in org.apache.fop.fo.flow.table that return GridUnitModifier and TypeMethodDescriptionEffRow.getGridUnit(int column) Returns the grid unit at a given position.EffRow.safelyGetGridUnit(int column) Returns the grid unit at a given position.Methods in org.apache.fop.fo.flow.table with parameters of type GridUnitModifier and TypeMethodDescriptionvoidAdd a row.(package private) voidGridUnit.resolveBorder(GridUnit other, int side) Resolve collapsing borders for the given cell.Method parameters in org.apache.fop.fo.flow.table with type arguments of type GridUnitModifier and TypeMethodDescriptionvoidBorderResolver.endRow(List<GridUnit> row, TableCellContainer container) Receives notification of the end of a row.voidCollapsingBorderResolver.endRow(List<GridUnit> row, TableCellContainer container) Receives notification of the end of a row.(package private) voidCollapsingBorderResolver.Resolver.endRow(List<GridUnit> row, TableCellContainer container) Resolves the applicable borders for the given row.(package private) voidCollapsingBorderResolver.ResolverInBody.endRow(List<GridUnit> row, TableCellContainer container) (package private) voidCollapsingBorderResolver.ResolverInFooter.endRow(List<GridUnit> row, TableCellContainer container) (package private) voidCollapsingBorderResolver.ResolverInHeader.endRow(List<GridUnit> row, TableCellContainer container) (package private) voidCollapsingBorderResolver.Resolver.integrateLeadingBorders(List<GridUnit> row) Integrates either border-before specified on the table and its columns if the table has no header, or border-after specified on the cells of the header's last row.(package private) voidCollapsingBorderResolver.Resolver.integrateTrailingBorders(List<GridUnit> row) Integrates either border-after specified on the table and its columns if the table has no footer, or border-before specified on the cells of the footer's first row.(package private) voidCollapsingBorderResolver.Resolver.resolveBordersBetweenRows(List<GridUnit> rowBefore, List<GridUnit> rowAfter) Resolves border-after for the first row, border-before for the second one.(package private) voidCollapsingBorderResolver.Resolver.resolveBordersFirstRowInTable(List<GridUnit> row, boolean withNormal, boolean withLeadingTrailing, boolean withRest) Integrates border-before specified on the table and its column.(package private) voidCollapsingBorderResolver.Resolver.resolveBordersLastRowInPart(List<GridUnit> row, boolean withNormal, boolean withLeadingTrailing, boolean withRest) Integrates the border-after of the part.(package private) voidCollapsingBorderResolver.Resolver.resolveBordersLastRowInTable(List<GridUnit> row, boolean withNormal, boolean withLeadingTrailing, boolean withRest) Integrates border-after specified on the table and its columns.