Class SeparateBorderResolver
java.lang.Object
org.apache.fop.fo.flow.table.SeparateBorderResolver
- All Implemented Interfaces:
BorderResolver
A resolver for the separate-border model. Basically this class does nothing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendPart()Receives notification of the end of a table-header/footer/body.voidendRow(List row, TableCellContainer container) Receives notification of the end of a row.voidendTable()Receives notification of the end of the table.voidReceives notification of the start of a table-header/footer/body.
-
Constructor Details
-
SeparateBorderResolver
SeparateBorderResolver()
-
-
Method Details
-
endRow
Receives notification of the end of a row.- Specified by:
endRowin interfaceBorderResolver- Parameters:
row- the row that has just been finishedcontainer- the FO element holding the given row
-
startPart
Receives notification of the start of a table-header/footer/body.- Specified by:
startPartin interfaceBorderResolver- Parameters:
part- the part that has started
-
endPart
public void endPart()Receives notification of the end of a table-header/footer/body.- Specified by:
endPartin interfaceBorderResolver
-
endTable
public void endTable()Receives notification of the end of the table.- Specified by:
endTablein interfaceBorderResolver
-