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.bottomand clearsAlign.topfor 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 whenwrappingis enabled and sets the horizontal alignment of widgets within each column.VerticalGroup.columnBottom()AddsAlign.bottomand clearsAlign.topfor the alignment of each column of widgets whenwrappingis enabled.VerticalGroup.columnCenter()Sets the alignment of widgets within each column toAlign.center.VerticalGroup.columnLeft()AddsAlign.leftand clearsAlign.rightfor the alignment of widgets within each column.VerticalGroup.columnRight()AddsAlign.rightand clearsAlign.leftfor the alignment of widgets within each column.VerticalGroup.columnTop()AddsAlign.topand clearsAlign.bottomfor the alignment of each column of widgets whenwrappingis 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.leftand clearsAlign.rightfor 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.rightand clearsAlign.leftfor the alignment of all widgets within the vertical group.VerticalGroup.space(float space) Sets the vertical space between children.VerticalGroup.top()SetsAlign.topand clearsAlign.bottomfor 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