|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Button.ButtonStyle | |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Uses of Button.ButtonStyle in com.badlogic.gdx.scenes.scene2d.ui |
---|
Subclasses of Button.ButtonStyle in com.badlogic.gdx.scenes.scene2d.ui | |
---|---|
static class |
CheckBox.CheckBoxStyle
The style for a select box, see CheckBox . |
static class |
ImageButton.ImageButtonStyle
The style for an image button, see ImageButton . |
static class |
TextButton.TextButtonStyle
The style for a text button, see TextButton . |
Methods in com.badlogic.gdx.scenes.scene2d.ui that return Button.ButtonStyle | |
---|---|
Button.ButtonStyle |
Button.getStyle()
Returns the button's style. |
Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Button.ButtonStyle | |
---|---|
void |
Button.setStyle(Button.ButtonStyle style)
|
void |
CheckBox.setStyle(Button.ButtonStyle style)
|
void |
ImageButton.setStyle(Button.ButtonStyle style)
|
void |
TextButton.setStyle(Button.ButtonStyle style)
|
Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Button.ButtonStyle | |
---|---|
Button(Actor child,
Button.ButtonStyle style)
|
|
Button(Button.ButtonStyle style)
|
|
Button(Button.ButtonStyle style,
java.lang.String name)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |