Uses of Class
com.prineside.tdi2.scene2d.ui.HorizontalGroup
Packages that use HorizontalGroup
-
Uses of HorizontalGroup in com.prineside.tdi2.scene2d.ui
Methods in com.prineside.tdi2.scene2d.ui that return HorizontalGroupModifier and TypeMethodDescriptionHorizontalGroup.align
(int align) Sets the alignment of all widgets within the horizontal group.HorizontalGroup.bottom()
SetsAlign.bottom
and clearsAlign.top
for the alignment of all widgets within the horizontal group.HorizontalGroup.center()
Sets the alignment of all widgets within the horizontal group toAlign.center
.HorizontalGroup.expand()
HorizontalGroup.expand
(boolean expand) When true and wrap is false, the rows will take up the entire horizontal group height.HorizontalGroup.fill()
HorizontalGroup.fill
(float fill) HorizontalGroup.grow()
Sets fill to 1 and expand to true.HorizontalGroup.left()
AddsAlign.left
and clearsAlign.right
for the alignment of all widgets within the horizontal group.HorizontalGroup.pad
(float pad) Sets the padTop, padLeft, padBottom, and padRight to the specified value.HorizontalGroup.pad
(float top, float left, float bottom, float right) HorizontalGroup.padBottom
(float padBottom) HorizontalGroup.padLeft
(float padLeft) HorizontalGroup.padRight
(float padRight) HorizontalGroup.padTop
(float padTop) HorizontalGroup.reverse()
The children will be displayed last to first.HorizontalGroup.reverse
(boolean reverse) If true, the children will be displayed last to first.HorizontalGroup.right()
AddsAlign.right
and clearsAlign.left
for the alignment of all widgets within the horizontal group.HorizontalGroup.rowAlign
(int rowAlign) Sets the horizontal alignment of each row of widgets whenwrapping
is enabled and sets the vertical alignment of widgets within each row.HorizontalGroup.rowBottom()
SetsAlign.bottom
and clearsAlign.top
for the alignment of widgets within each row.HorizontalGroup.rowCenter()
Sets the alignment of widgets within each row toAlign.center
.HorizontalGroup.rowLeft()
AddsAlign.left
and clearsAlign.right
for the alignment of each row of widgets whenwrapping
is enabled.HorizontalGroup.rowRight()
AddsAlign.right
and clearsAlign.left
for the alignment of each row of widgets whenwrapping
is enabled.HorizontalGroup.rowTop()
SetsAlign.top
and clearsAlign.bottom
for the alignment of widgets within each row.HorizontalGroup.space
(float space) Sets the horizontal space between children.HorizontalGroup.top()
SetsAlign.top
and clearsAlign.bottom
for the alignment of all widgets within the horizontal group.HorizontalGroup.wrap()
If false, the widgets are arranged in a single row and the preferred width is the widget widths plus spacing.HorizontalGroup.wrap
(boolean wrap) HorizontalGroup.wrapReverse()
Rows will wrap above the previous rows.HorizontalGroup.wrapReverse
(boolean wrapReverse) If true, rows will wrap above the previous rows.HorizontalGroup.wrapSpace
(float wrapSpace) Sets the vertical space between rows when wrap is enabled.