Package org.apache.fop.fo.flow.table
Class CollapsingBorderResolver.ResolverInBody
- java.lang.Object
-
- org.apache.fop.fo.flow.table.CollapsingBorderResolver.Resolver
-
- org.apache.fop.fo.flow.table.CollapsingBorderResolver.ResolverInBody
-
- Enclosing class:
- CollapsingBorderResolver
private class CollapsingBorderResolver.ResolverInBody extends CollapsingBorderResolver.Resolver
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
firstInBody
-
Fields inherited from class org.apache.fop.fo.flow.table.CollapsingBorderResolver.Resolver
firstInPart, tablePart
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ResolverInBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
endRow(java.util.List<GridUnit> row, TableCellContainer container)
Resolves the applicable borders for the given row.(package private) void
endTable()
-
Methods inherited from class org.apache.fop.fo.flow.table.CollapsingBorderResolver.Resolver
endPart, integrateLeadingBorders, integrateTrailingBorders, resolveBordersBetweenRows, resolveBordersFirstRowInTable, resolveBordersLastRowInPart, resolveBordersLastRowInTable, startPart
-
-
-
-
Method Detail
-
endRow
void endRow(java.util.List<GridUnit> row, TableCellContainer container)
Description copied from class:CollapsingBorderResolver.Resolver
Resolves the applicable borders for the given row.- Integrates the border-before/after of the containing table-row if any;
- Integrates the border-before of the containing part, if first row;
- Resolves border-start/end between grid units.
- Overrides:
endRow
in classCollapsingBorderResolver.Resolver
- Parameters:
row
- the row being finishedcontainer
- the containing element
-
endTable
void endTable()
- Specified by:
endTable
in classCollapsingBorderResolver.Resolver
-
-