Class BorderLayout

All Implemented Interfaces:
LayoutManager

public class BorderLayout extends AbstractHintLayout
  • Field Details

    • CENTER

      public static final Integer CENTER
      Constant to be used as a constraint for child figures
    • TOP

      public static final Integer TOP
      Constant to be used as a constraint for child figures
    • BOTTOM

      public static final Integer BOTTOM
      Constant to be used as a constraint for child figures
    • LEFT

      public static final Integer LEFT
      Constant to be used as a constraint for child figures
  • Constructor Details

    • BorderLayout

      public BorderLayout()
  • Method Details