public class InsetsComponent extends AbstractGuiComponent implements java.lang.Cloneable
| Constructor and Description |
|---|
InsetsComponent(float top,
float left,
float bottom,
float right) |
InsetsComponent(float top,
float left,
float bottom,
float right,
float front,
float back) |
InsetsComponent(Insets3f insets) |
| Modifier and Type | Method and Description |
|---|---|
void |
calculatePreferredSize(com.jme3.math.Vector3f size) |
InsetsComponent |
clone() |
Insets3f |
getInsets() |
void |
reshape(com.jme3.math.Vector3f pos,
com.jme3.math.Vector3f size) |
void |
setInsets(Insets3f insets) |
attach, detach, getGuiControl, getNode, invalidate, isAttachedpublic InsetsComponent(float top,
float left,
float bottom,
float right)
public InsetsComponent(float top,
float left,
float bottom,
float right,
float front,
float back)
public InsetsComponent(Insets3f insets)
public void setInsets(Insets3f insets)
public Insets3f getInsets()
public InsetsComponent clone()
clone in interface GuiComponentclone in class AbstractGuiComponentpublic 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 GuiComponent