Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Modifier and Type | Method and Description |
---|---|
HorizontalGroup |
HorizontalGroup.align(int align)
Sets the alignment of widgets within the horizontal group.
|
HorizontalGroup |
HorizontalGroup.bottom()
Sets
Align.bottom and clears Align.top for the alignment of widgets within the horizontal group. |
HorizontalGroup |
HorizontalGroup.center()
Sets the alignment of widgets within the horizontal group to
Align.center . |
HorizontalGroup |
HorizontalGroup.fill() |
HorizontalGroup |
HorizontalGroup.fill(float fill) |
HorizontalGroup |
HorizontalGroup.pad(float pad)
Sets the padTop, padLeft, padBottom, and padRight to the specified value.
|
HorizontalGroup |
HorizontalGroup.pad(float top,
float left,
float bottom,
float right) |
HorizontalGroup |
HorizontalGroup.padBottom(float padBottom) |
HorizontalGroup |
HorizontalGroup.padLeft(float padLeft) |
HorizontalGroup |
HorizontalGroup.padRight(float padRight) |
HorizontalGroup |
HorizontalGroup.padTop(float padTop) |
HorizontalGroup |
HorizontalGroup.reverse()
The children will be ordered from right to left rather than the default left to right.
|
HorizontalGroup |
HorizontalGroup.reverse(boolean reverse)
If true, the children will be ordered from right to left rather than the default left to right.
|
HorizontalGroup |
HorizontalGroup.space(float spacing)
Sets the space between children.
|
HorizontalGroup |
HorizontalGroup.top()
Sets
Align.top and clears Align.bottom for the alignment of widgets within the horizontal group. |