|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.ui.hud.layout.LayoutManagerBase
org.xith3d.ui.hud.layout.BorderSettableLayoutManagerBase
public abstract class BorderSettableLayoutManagerBase
An abstract base class for all BorderSettableLayoutManager LayoutManagers.
| Constructor Summary | |
|---|---|
BorderSettableLayoutManagerBase()
|
|
BorderSettableLayoutManagerBase(float borderBottom,
float borderRight,
float borderTop,
float borderLeft)
|
|
| Method Summary | |
|---|---|
float |
getBorderBottom()
|
float |
getBorderLeft()
|
float |
getBorderRight()
|
float |
getBorderTop()
|
void |
setBorderBottom(float border)
Sets the border (padding) width at the container's bottom edge. |
void |
setBorderLeft(float border)
Sets the border (padding) width at the container's left edge. |
void |
setBorderRight(float border)
Sets the border (padding) width at the container's right edge. |
void |
setBorderTop(float border)
Sets the border (padding) width at the container's top edge. |
| Methods inherited from class org.xith3d.ui.hud.layout.LayoutManagerBase |
|---|
addWidget, clear, doLayout, doLayout, getInvisibleWidgetsHidden, getWidgets, removeWidget, setInvisibleWidgetsHidden |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BorderSettableLayoutManagerBase(float borderBottom,
float borderRight,
float borderTop,
float borderLeft)
public BorderSettableLayoutManagerBase()
| Method Detail |
|---|
public void setBorderBottom(float border)
setBorderBottom in interface BorderSettableLayoutManagerpublic final float getBorderBottom()
getBorderBottom in interface BorderSettableLayoutManagerpublic void setBorderRight(float border)
setBorderRight in interface BorderSettableLayoutManagerpublic final float getBorderRight()
getBorderRight in interface BorderSettableLayoutManagerpublic void setBorderTop(float border)
setBorderTop in interface BorderSettableLayoutManagerpublic final float getBorderTop()
getBorderTop in interface BorderSettableLayoutManagerpublic void setBorderLeft(float border)
setBorderLeft in interface BorderSettableLayoutManagerpublic final float getBorderLeft()
getBorderLeft in interface BorderSettableLayoutManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||