| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.ui |
| Modifier and Type | Class and Description |
|---|---|
static class |
Slider.SliderStyle
The style for a slider, see
Slider. |
| Modifier and Type | Method and Description |
|---|---|
ProgressBar.ProgressBarStyle |
ProgressBar.getStyle()
Returns the progress bar's style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressBar.setStyle(ProgressBar.ProgressBarStyle style) |
| Constructor and Description |
|---|
ProgressBar(float min,
float max,
float stepSize,
boolean vertical,
ProgressBar.ProgressBarStyle style)
Creates a new progress bar.
|
ProgressBarStyle(ProgressBar.ProgressBarStyle style) |