Java com.badlogic.gdx.scenes.scene2d.ui VerticalGroup fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.scenes.scene2d.ui VerticalGroup fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.scenes.scene2d.ui VerticalGroup.

The text is from its open source code.

Subclass

com.badlogic.gdx.scenes.scene2d.ui.VerticalGroup has subclasses.
Click this link to see all its subclasses.

Field

intalign
floatpadTop
floatfill

Constructor

Method

VerticalGroupcenter()
Sets the alignment of widgets within the vertical group to Align#center .
VerticalGroupleft()
Sets Align#left and clears Align#right for the alignment of widgets within the vertical group.
VerticalGrouppadLeft(float padLeft)
VerticalGroupright()
Sets Align#right and clears Align#left for the alignment of widgets within the vertical group.
VerticalGroupspace(float spacing)
Sets the space between children.