Class SeparateBorderResolver

  • All Implemented Interfaces:
    BorderResolver

    class SeparateBorderResolver
    extends java.lang.Object
    implements BorderResolver
    A resolver for the separate-border model. Basically this class does nothing.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void endPart()
      Receives notification of the end of a table-header/footer/body.
      void endRow​(java.util.List row, TableCellContainer container)
      Receives notification of the end of a row.
      void endTable()
      Receives notification of the end of the table.
      void startPart​(TablePart part)
      Receives notification of the start of a table-header/footer/body.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SeparateBorderResolver

        SeparateBorderResolver()
    • Method Detail

      • endRow

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