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