|
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.Label.LabelStyle
com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle
public static class CheckBox.CheckBoxStyle
Field Summary | |
---|---|
TextureRegion |
checkboxOff
|
TextureRegion |
checkboxOn
|
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle |
---|
checked, down, pressedOffsetX, pressedOffsetY, unpressedOffsetX, unpressedOffsetY, up |
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle |
---|
font, fontColor |
Constructor Summary | |
---|---|
CheckBox.CheckBoxStyle()
|
|
CheckBox.CheckBoxStyle(TextureRegion checkboxOff,
TextureRegion checkboxOn,
BitmapFont font,
Color fontColor)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public TextureRegion checkboxOn
public TextureRegion checkboxOff
Constructor Detail |
---|
public CheckBox.CheckBoxStyle()
public CheckBox.CheckBoxStyle(TextureRegion checkboxOff, TextureRegion checkboxOn, BitmapFont font, Color fontColor)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |