Interface Borders.Border

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Node wrap​(Node n)
      Given a Node, this method should return a Node that contains the original Node and also has wrapped it with an appropriate border.
    • Method Detail

      • wrap

        Node wrap​(Node n)
        Given a Node, this method should return a Node that contains the original Node and also has wrapped it with an appropriate border.