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
-
Field Summary
FieldsFields inherited from class CollapsingBorderResolver.Resolver
firstInPart, tablePart -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidendRow(List<GridUnit> row, TableCellContainer container) Resolves the applicable borders for the given row.(package private) voidendTable()
-
Field Details
-
firstInBody
private boolean firstInBody
-
-
Constructor Details
-
ResolverInBody
private ResolverInBody()
-
-
Method Details
-
endRow
Description copied from class:CollapsingBorderResolver.ResolverResolves 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:
endRowin classCollapsingBorderResolver.Resolver- Parameters:
row- the row being finishedcontainer- the containing element
-
endTable
void endTable()- Specified by:
endTablein classCollapsingBorderResolver.Resolver
-