|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.scenes.scene2d.ui.ProgressBar.ProgressBarStyle
public static class ProgressBar.ProgressBarStyle
The style for a progress bar, see ProgressBar
.
Field Summary | |
---|---|
Drawable |
background
The progress bar background, stretched only in one direction. |
Drawable |
disabledBackground
Optional. |
Drawable |
disabledKnob
Optional, centered on the background. |
Drawable |
disabledKnobAfter
Optional. |
Drawable |
disabledKnobBefore
Optional. |
Drawable |
knob
Optional, centered on the background. |
Drawable |
knobAfter
Optional. |
Drawable |
knobBefore
Optional. |
Constructor Summary | |
---|---|
ProgressBar.ProgressBarStyle()
|
|
ProgressBar.ProgressBarStyle(Drawable background,
Drawable knob)
|
|
ProgressBar.ProgressBarStyle(ProgressBar.ProgressBarStyle style)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Drawable background
public Drawable disabledBackground
public Drawable knob
public Drawable disabledKnob
public Drawable knobBefore
public Drawable knobAfter
public Drawable disabledKnobBefore
public Drawable disabledKnobAfter
Constructor Detail |
---|
public ProgressBar.ProgressBarStyle()
public ProgressBar.ProgressBarStyle(Drawable background, Drawable knob)
public ProgressBar.ProgressBarStyle(ProgressBar.ProgressBarStyle style)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |