|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.widget.layout.WidgetLayoutManager
com.jme.widget.layout.WidgetFlowLayout
WidgetFlowLayout
| Field Summary |
| Fields inherited from class com.jme.widget.layout.WidgetLayoutManager |
maximumSize |
| Constructor Summary | |
WidgetFlowLayout()
|
|
WidgetFlowLayout(int hgap,
int vgap)
|
|
WidgetFlowLayout(WidgetAlignmentType type)
|
|
WidgetFlowLayout(WidgetAlignmentType type,
int hgap,
int vgap)
|
|
WidgetFlowLayout(WidgetAlignmentType alignmentType,
WidgetFillType fillType)
|
|
WidgetFlowLayout(WidgetAlignmentType alignmentType,
WidgetFillType fillType,
int hgap,
int vgap)
|
|
WidgetFlowLayout(WidgetFillType type)
|
|
| Method Summary | |
WidgetAlignmentType |
getAlignmentType()
getAlignmentType |
WidgetFillType |
getFillType()
getFillType |
int |
getHgap()
getHgap |
int |
getVgap()
getVgap |
boolean |
isWrap()
isWrap |
void |
layoutContainer(WidgetAbstractContainer parent)
layoutContainer |
Vector2f |
preferredLayoutSize(WidgetAbstractContainer parent)
preferredLayoutSize |
void |
setAlignmentType(WidgetAlignmentType type)
setAlignmentType |
void |
setFillType(WidgetFillType type)
setFillType |
void |
setHgap(int i)
setHgap |
void |
setVgap(int i)
setVgap |
void |
setWrap(boolean b)
setWrap |
| Methods inherited from class com.jme.widget.layout.WidgetLayoutManager |
calcViewport, calcVisiblityRect, getMaximumSize, setMaximumHeight, setMaximumWidth |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WidgetFlowLayout()
public WidgetFlowLayout(WidgetAlignmentType type)
type - public WidgetFlowLayout(WidgetFillType type)
type -
public WidgetFlowLayout(int hgap,
int vgap)
hgap - vgap -
public WidgetFlowLayout(WidgetAlignmentType alignmentType,
WidgetFillType fillType)
alignmentType - fillType -
public WidgetFlowLayout(WidgetAlignmentType type,
int hgap,
int vgap)
type - hgap - vgap -
public WidgetFlowLayout(WidgetAlignmentType alignmentType,
WidgetFillType fillType,
int hgap,
int vgap)
alignmentType - fillType - hgap - vgap - | Method Detail |
public Vector2f preferredLayoutSize(WidgetAbstractContainer parent)
preferredLayoutSize
preferredLayoutSize in class WidgetLayoutManagerparent -
WidgetLayoutManager.preferredLayoutSize(com.jme.widget.WidgetAbstractContainer)public void layoutContainer(WidgetAbstractContainer parent)
layoutContainer
layoutContainer in class WidgetLayoutManagerparent - WidgetLayoutManager.layoutContainer(com.jme.widget.WidgetAbstractContainer)public int getHgap()
getHgap
public void setHgap(int i)
setHgap
i - public int getVgap()
getVgap
public void setVgap(int i)
setVgap
i - public WidgetAlignmentType getAlignmentType()
getAlignmentType
public void setAlignmentType(WidgetAlignmentType type)
setAlignmentType
type - public WidgetFillType getFillType()
getFillType
public void setFillType(WidgetFillType type)
setFillType
type - public boolean isWrap()
isWrap
public void setWrap(boolean b)
setWrap
b -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||