| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.ui |
| Modifier and Type | Method and Description |
|---|---|
Label |
TextButton.getLabel() |
Label |
ImageTextButton.getLabel() |
Label |
Window.getTitleLabel() |
| Modifier and Type | Method and Description |
|---|---|
Cell<Label> |
Table.add(CharSequence text)
Adds a new cell with a label.
|
Cell<Label> |
Table.add(CharSequence text,
String labelStyleName)
Adds a new cell with a label.
|
Cell<Label> |
Table.add(CharSequence text,
String fontName,
Color color)
Adds a new cell with a label.
|
Cell<Label> |
Table.add(CharSequence text,
String fontName,
String colorName)
Adds a new cell with a label.
|
Cell<Label> |
TextButton.getLabelCell() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextButton.setLabel(Label label) |
void |
ImageTextButton.setLabel(Label label) |
Dialog |
Dialog.text(Label label)
Adds the given Label to the content table
|
Copyright © 2021. All rights reserved.