Uses of Class
com.prineside.tdi2.scene2d.ui.VerticalGroup
Packages that use VerticalGroup
-
Uses of VerticalGroup in com.prineside.tdi2.scene2d.ui
Methods in com.prineside.tdi2.scene2d.ui that return VerticalGroupModifier and TypeMethodDescriptionVerticalGroup.align
(int align) Sets the alignment of all widgets within the vertical group.VerticalGroup.bottom()
SetsAlign.bottom
and clearsAlign.top
for the alignment of all widgets within the vertical group.VerticalGroup.center()
Sets the alignment of all widgets within the vertical group toAlign.center
.VerticalGroup.columnAlign
(int columnAlign) Sets the vertical alignment of each column of widgets whenwrapping
is enabled and sets the horizontal alignment of widgets within each column.VerticalGroup.columnBottom()
AddsAlign.bottom
and clearsAlign.top
for the alignment of each column of widgets whenwrapping
is enabled.VerticalGroup.columnCenter()
Sets the alignment of widgets within each column toAlign.center
.VerticalGroup.columnLeft()
AddsAlign.left
and clearsAlign.right
for the alignment of widgets within each column.VerticalGroup.columnRight()
AddsAlign.right
and clearsAlign.left
for the alignment of widgets within each column.VerticalGroup.columnTop()
AddsAlign.top
and clearsAlign.bottom
for the alignment of each column of widgets whenwrapping
is enabled.VerticalGroup.expand()
VerticalGroup.expand
(boolean expand) When true and wrap is false, the columns will take up the entire vertical group width.VerticalGroup.fill()
VerticalGroup.fill
(float fill) VerticalGroup.grow()
Sets fill to 1 and expand to true.VerticalGroup.left()
AddsAlign.left
and clearsAlign.right
for the alignment of all widgets within the vertical group.VerticalGroup.pad
(float pad) Sets the padTop, padLeft, padBottom, and padRight to the specified value.VerticalGroup.pad
(float top, float left, float bottom, float right) VerticalGroup.padBottom
(float padBottom) VerticalGroup.padLeft
(float padLeft) VerticalGroup.padRight
(float padRight) VerticalGroup.padTop
(float padTop) VerticalGroup.reverse()
The children will be displayed last to first.VerticalGroup.reverse
(boolean reverse) If true, the children will be displayed last to first.VerticalGroup.right()
AddsAlign.right
and clearsAlign.left
for the alignment of all widgets within the vertical group.VerticalGroup.space
(float space) Sets the vertical space between children.VerticalGroup.top()
SetsAlign.top
and clearsAlign.bottom
for the alignment of all widgets within the vertical group.VerticalGroup.wrap()
If false, the widgets are arranged in a single column and the preferred height is the widget heights plus spacing.VerticalGroup.wrap
(boolean wrap) VerticalGroup.wrapSpace
(float wrapSpace) Sets the horizontal space between columns when wrap is enabled. -
Uses of VerticalGroup in com.prineside.tdi2.screens
Fields in com.prineside.tdi2.screens declared as VerticalGroup