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