| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.ui |
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckBox.CheckBoxStyle
The style for a select box, see
CheckBox. |
static class |
ImageButton.ImageButtonStyle
The style for an image button, see
ImageButton. |
static class |
ImageTextButton.ImageTextButtonStyle
The style for an image text button, see
ImageTextButton. |
static class |
TextButton.TextButtonStyle
The style for a text button, see
TextButton. |
| Modifier and Type | Method and Description |
|---|---|
Button.ButtonStyle |
Button.getStyle()
Returns the button's style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Button.setStyle(Button.ButtonStyle style) |
void |
CheckBox.setStyle(Button.ButtonStyle style) |
void |
ImageButton.setStyle(Button.ButtonStyle style) |
void |
ImageTextButton.setStyle(Button.ButtonStyle style) |
void |
TextButton.setStyle(Button.ButtonStyle style) |
| Constructor and Description |
|---|
Button(Actor child,
Button.ButtonStyle style) |
Button(Button.ButtonStyle style) |
ButtonStyle(Button.ButtonStyle style) |
ImageButtonStyle(Button.ButtonStyle style) |