Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Modifier and Type | Class and Description |
---|---|
class |
Image
Displays a
Drawable , scaled various way within the widgets bounds. |
class |
Label
A text label, with optional word wrapping.
|
class |
List
A list (aka list box) displays textual items and highlights the currently selected item.
|
class |
SelectBox
A select box (aka a drop-down list) allows a user to choose one of a number of values from a list.
|
class |
Slider
A slider is a horizontal indicator that allows a user to set a value.
|
class |
TextField
A single-line text input field.
|
class |
Touchpad
An on-screen joystick.
|