org.xith3d.ui.hud.layout
Class FillLayout
java.lang.Object
org.xith3d.ui.hud.layout.LayoutManagerBase
org.xith3d.ui.hud.layout.BorderSettableLayoutManagerBase
org.xith3d.ui.hud.layout.FillLayout
- All Implemented Interfaces:
- BorderSettableLayoutManager, LayoutManager
public class FillLayout
- extends BorderSettableLayoutManagerBase
The FillLayout simply streches the first Widget over the whole container
and ignores the others.
|
Method Summary |
protected void |
doLayout(float left0,
float top0,
float containerResX,
float containerResY)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillLayout
public FillLayout(float borderBottom,
float borderRight,
float borderTop,
float borderLeft)
FillLayout
public FillLayout(float border)
FillLayout
public FillLayout()
doLayout
protected void doLayout(float left0,
float top0,
float containerResX,
float containerResY)
-
- Specified by:
doLayout in class LayoutManagerBase