Class CollapsingBorderResolver

java.lang.Object
org.apache.fop.fo.flow.table.CollapsingBorderResolver
All Implemented Interfaces:
BorderResolver

class CollapsingBorderResolver extends Object implements BorderResolver
A class that implements the border-collapsing model.
  • Field Details

  • Constructor Details

    • CollapsingBorderResolver

      CollapsingBorderResolver(Table table)
  • Method Details

    • endRow

      public void endRow(List<GridUnit> row, TableCellContainer container)
      Receives notification of the end of a row.
      Specified by:
      endRow in interface BorderResolver
      Parameters:
      row - the row that has just been finished
      container - the FO element holding the given row
    • startPart

      public void startPart(TablePart part)
      Receives notification of the start of a table-header/footer/body.
      Specified by:
      startPart in interface BorderResolver
      Parameters:
      part - the part that has started
    • endPart

      public void endPart()
      Receives notification of the end of a table-header/footer/body.
      Specified by:
      endPart in interface BorderResolver
    • endTable

      public void endTable()
      Receives notification of the end of the table.
      Specified by:
      endTable in interface BorderResolver