public class BorderLayout extends AbstractGuiComponent implements GuiLayout, java.lang.Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
BorderLayout.Position |
| Constructor and Description |
|---|
BorderLayout() |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.jme3.scene.Node> |
addChild(BorderLayout.Position pos,
T n) |
<T extends com.jme3.scene.Node> |
addChild(T n,
java.lang.Object... constraints) |
void |
attach(GuiControl parent) |
void |
calculatePreferredSize(com.jme3.math.Vector3f size) |
void |
clearChildren() |
BorderLayout |
clone() |
void |
detach(GuiControl parent) |
java.util.Collection<com.jme3.scene.Node> |
getChildren() |
protected com.jme3.math.Vector3f |
getPreferredSize(BorderLayout.Position pos) |
protected void |
invalidate() |
void |
removeChild(com.jme3.scene.Node n) |
void |
reshape(com.jme3.math.Vector3f pos,
com.jme3.math.Vector3f size) |
getGuiControl, getNode, isAttachedequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGuiControl, isAttachedpublic BorderLayout clone()
clone in interface GuiComponentclone in interface GuiLayoutclone in class AbstractGuiComponentprotected void invalidate()
invalidate in class AbstractGuiComponentprotected com.jme3.math.Vector3f getPreferredSize(BorderLayout.Position pos)
public void calculatePreferredSize(com.jme3.math.Vector3f size)
calculatePreferredSize in interface GuiComponentpublic void reshape(com.jme3.math.Vector3f pos,
com.jme3.math.Vector3f size)
reshape in interface GuiComponentpublic <T extends com.jme3.scene.Node> T addChild(BorderLayout.Position pos, T n)
public <T extends com.jme3.scene.Node> T addChild(T n,
java.lang.Object... constraints)
public void removeChild(com.jme3.scene.Node n)
removeChild in interface GuiLayoutpublic java.util.Collection<com.jme3.scene.Node> getChildren()
getChildren in interface GuiLayoutpublic void clearChildren()
clearChildren in interface GuiLayoutpublic void attach(GuiControl parent)
attach in interface GuiComponentattach in class AbstractGuiComponentpublic void detach(GuiControl parent)
detach in interface GuiComponentdetach in class AbstractGuiComponent