| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.ui |
| Modifier and Type | Field and Description |
|---|---|
Label.LabelStyle |
TextTooltip.TextTooltipStyle.label |
| Modifier and Type | Method and Description |
|---|---|
Label.LabelStyle |
Label.getStyle()
Returns the label's style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Label.setStyle(Label.LabelStyle style) |
Dialog |
Dialog.text(java.lang.String text,
Label.LabelStyle labelStyle)
Adds a label to the content table.
|
| Constructor and Description |
|---|
Label(java.lang.CharSequence text,
Label.LabelStyle style) |
LabelStyle(Label.LabelStyle style) |
TextTooltipStyle(Label.LabelStyle label,
Drawable background) |