Uses of Interface
org.xith3d.ui.hud.layout.LayoutManager

Packages that use LayoutManager
org.xith3d.ui.hud.base   
org.xith3d.ui.hud.layout   
org.xith3d.ui.hud.menusystem   
 

Uses of LayoutManager in org.xith3d.ui.hud.base
 

Methods in org.xith3d.ui.hud.base that return LayoutManager
 LayoutManager WidgetContainer.getLayout()
           
 

Methods in org.xith3d.ui.hud.base with parameters of type LayoutManager
 void WidgetContainer.setLayout(LayoutManager layout)
          Sets which LayoutManager to use for the child Widgets of this Container.
 

Uses of LayoutManager in org.xith3d.ui.hud.layout
 

Classes in org.xith3d.ui.hud.layout that implement LayoutManager
 class BorderLayout
          The BorderLayout potentially has five areas to place Widgets to.
 class BorderSettableLayoutManagerBase
          An abstract base class for all BorderSettableLayoutManager LayoutManagers.
 class CenterLayout
          The CenterLayout centers the Widgets at the container's center.
 class FillLayout
          The FillLayout simply streches the first Widget over the whole container and ignores the others.
 class GridLayout
          The GridLayout arranges the contained Widgets in a Grid.
 class HullLayout
          The HullLayout uses the left-most and top-most Widget to define a border and then shrinks the container around the contained Widgets.
 class LayoutManagerBase
          An abstract base class for all LayoutManagers.
 class ListLayout
          The ListLayout arranges the Widgets in their order vertically or horizontally.
 

Methods in org.xith3d.ui.hud.layout that return LayoutManager
 LayoutManager HullLayout.getInnerLayout()
           
 

Constructors in org.xith3d.ui.hud.layout with parameters of type LayoutManager
HullLayout(LayoutManager innerLayout)
           
HullLayout(LayoutManager innerLayout, float border)
           
HullLayout(LayoutManager innerLayout, float borderBottom, float borderRight, float borderTop, float borderLeft)
           
 

Uses of LayoutManager in org.xith3d.ui.hud.menusystem
 

Methods in org.xith3d.ui.hud.menusystem that return LayoutManager
protected  LayoutManager ButtonsLeftMenusCenterMenuGroupWidget.createAccessorLayout(ListLayout.Alignment buttonsAlignment, boolean withSaveButton)
           
protected  LayoutManager ButtonsLeftMenusCenterMenuGroupWidget.createWestLayout()