Class BorderLayout

java.lang.Object
com.simsilica.lemur.component.AbstractGuiComponent
com.simsilica.lemur.component.BorderLayout
All Implemented Interfaces:
GuiComponent, GuiLayout, Cloneable

public class BorderLayout extends AbstractGuiComponent implements GuiLayout, Cloneable
A layout that manages children similar to Swing's BorderLayout where children can be placed in any of Position enum values (Position.Center, Position.North, etc.) Currently this layout operates only in the x/y axes.