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