| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.ui |
| Modifier and Type | Field and Description |
|---|---|
List.ListStyle |
SelectBox.SelectBoxStyle.listStyle |
| Modifier and Type | Method and Description |
|---|---|
List.ListStyle |
List.getStyle()
Returns the list's style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
List.setStyle(List.ListStyle style) |
| Constructor and Description |
|---|
List(List.ListStyle style) |
ListStyle(List.ListStyle style) |
SelectBoxStyle(BitmapFont font,
Color fontColor,
Drawable background,
ScrollPane.ScrollPaneStyle scrollStyle,
List.ListStyle listStyle) |