|
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.Button.ButtonStyle
com.badlogic.gdx.scenes.scene2d.ui.ImageButton.ImageButtonStyle
public static class ImageButton.ImageButtonStyle
The style for an image button, see ImageButton
.
Field Summary | |
---|---|
NinePatch |
patchChecked
Optional. |
NinePatch |
patchDown
Optional. |
NinePatch |
patchUp
Optional. |
TextureRegion |
regionChecked
Optional. |
TextureRegion |
regionDown
Optional. |
TextureRegion |
regionUp
Optional. |
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle |
---|
checked, down, pressedOffsetX, pressedOffsetY, unpressedOffsetX, unpressedOffsetY, up |
Constructor Summary | |
---|---|
ImageButton.ImageButtonStyle()
|
|
ImageButton.ImageButtonStyle(NinePatch down,
NinePatch up,
NinePatch checked,
float pressedOffsetX,
float pressedOffsetY,
float unpressedOffsetX,
float unpressedOffsetY,
NinePatch patchUp,
NinePatch patchDown,
NinePatch patchChecked)
|
|
ImageButton.ImageButtonStyle(NinePatch down,
NinePatch up,
NinePatch checked,
float pressedOffsetX,
float pressedOffsetY,
float unpressedOffsetX,
float unpressedOffsetY,
TextureRegion regionUp,
TextureRegion regionDown,
TextureRegion regionChecked)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public TextureRegion regionUp
public TextureRegion regionDown
public TextureRegion regionChecked
public NinePatch patchUp
public NinePatch patchDown
public NinePatch patchChecked
Constructor Detail |
---|
public ImageButton.ImageButtonStyle()
public ImageButton.ImageButtonStyle(NinePatch down, NinePatch up, NinePatch checked, float pressedOffsetX, float pressedOffsetY, float unpressedOffsetX, float unpressedOffsetY, TextureRegion regionUp, TextureRegion regionDown, TextureRegion regionChecked)
public ImageButton.ImageButtonStyle(NinePatch down, NinePatch up, NinePatch checked, float pressedOffsetX, float pressedOffsetY, float unpressedOffsetX, float unpressedOffsetY, NinePatch patchUp, NinePatch patchDown, NinePatch patchChecked)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |