|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageButton.ImageButtonStyle | |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Uses of ImageButton.ImageButtonStyle in com.badlogic.gdx.scenes.scene2d.ui |
---|
Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ImageButton.ImageButtonStyle | |
---|---|
void |
ImageButton.setStyle(ImageButton.ImageButtonStyle style)
Sets the style of this widget. |
Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ImageButton.ImageButtonStyle | |
---|---|
ImageButton(java.lang.String name,
TextureRegion image,
float imageWidth,
float imageHeight,
ImageButton.ImageButtonStyle style)
Creates a new image button. |
|
ImageButton(java.lang.String name,
TextureRegion image,
ImageButton.ImageButtonStyle style)
Creates a new image button. |
|
ImageButton(TextureRegion image,
ImageButton.ImageButtonStyle style)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |