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 TypeClassDescriptionclass
GridUnit subclass for empty grid units.class
This 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.footerFirstRow
CollapsingBorderResolver.footerLastRow
The last currently registered footer row.CollapsingBorderResolver.headerLastRow
CollapsingBorderResolver.previousRow
The previously registered row, either in the header or the body(-ies), but not in the footer (handled separately).FixedColRowGroupBuilder.rows
The 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 TypeMethodDescriptionvoid
Add a row.(package private) void
GridUnit.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 TypeMethodDescriptionvoid
BorderResolver.endRow
(List<GridUnit> row, TableCellContainer container) Receives notification of the end of a row.void
CollapsingBorderResolver.endRow
(List<GridUnit> row, TableCellContainer container) Receives notification of the end of a row.(package private) void
CollapsingBorderResolver.Resolver.endRow
(List<GridUnit> row, TableCellContainer container) Resolves the applicable borders for the given row.(package private) void
CollapsingBorderResolver.ResolverInBody.endRow
(List<GridUnit> row, TableCellContainer container) (package private) void
CollapsingBorderResolver.ResolverInFooter.endRow
(List<GridUnit> row, TableCellContainer container) (package private) void
CollapsingBorderResolver.ResolverInHeader.endRow
(List<GridUnit> row, TableCellContainer container) (package private) void
CollapsingBorderResolver.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) void
CollapsingBorderResolver.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) void
CollapsingBorderResolver.Resolver.resolveBordersBetweenRows
(List<GridUnit> rowBefore, List<GridUnit> rowAfter) Resolves border-after for the first row, border-before for the second one.(package private) void
CollapsingBorderResolver.Resolver.resolveBordersFirstRowInTable
(List<GridUnit> row, boolean withNormal, boolean withLeadingTrailing, boolean withRest) Integrates border-before specified on the table and its column.(package private) void
CollapsingBorderResolver.Resolver.resolveBordersLastRowInPart
(List<GridUnit> row, boolean withNormal, boolean withLeadingTrailing, boolean withRest) Integrates the border-after of the part.(package private) void
CollapsingBorderResolver.Resolver.resolveBordersLastRowInTable
(List<GridUnit> row, boolean withNormal, boolean withLeadingTrailing, boolean withRest) Integrates border-after specified on the table and its columns.