Class SeparateBorderResolver

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

class SeparateBorderResolver extends Object implements BorderResolver
A resolver for the separate-border model. Basically this class does nothing.
  • Constructor Details

    • SeparateBorderResolver

      SeparateBorderResolver()
  • Method Details

    • endRow

      public void endRow(List 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