Class CollapsingBorderResolver

  • All Implemented Interfaces:
    BorderResolver

    class CollapsingBorderResolver
    extends java.lang.Object
    implements BorderResolver
    A class that implements the border-collapsing model.
    • Constructor Detail

      • CollapsingBorderResolver

        CollapsingBorderResolver​(Table table)
    • Method Detail

      • endRow

        public void endRow​(java.util.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