Class CheckBox.CheckBoxStyle
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
-
- com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle
-
- com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle
-
- Enclosing class:
- CheckBox
public static class CheckBox.CheckBoxStyle extends TextButton.TextButtonStyle
The style for a select box, seeCheckBox.
-
-
Field Summary
Fields Modifier and Type Field Description DrawablecheckboxOffDrawablecheckboxOffDisabledDrawablecheckboxOnDrawablecheckboxOnDisabledDrawablecheckboxOnOverDrawablecheckboxOver-
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle
checkedDownFontColor, checkedFocusedFontColor, checkedFontColor, checkedOverFontColor, disabledFontColor, downFontColor, focusedFontColor, font, fontColor, overFontColor
-
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
checked, checkedDown, checkedFocused, checkedOffsetX, checkedOffsetY, checkedOver, disabled, down, focused, over, pressedOffsetX, pressedOffsetY, unpressedOffsetX, unpressedOffsetY, up
-
-
Constructor Summary
Constructors Constructor Description CheckBoxStyle()CheckBoxStyle(CheckBox.CheckBoxStyle style)CheckBoxStyle(Drawable checkboxOff, Drawable checkboxOn, BitmapFont font, Color fontColor)
-
-
-
Constructor Detail
-
CheckBoxStyle
public CheckBoxStyle()
-
CheckBoxStyle
public CheckBoxStyle(Drawable checkboxOff, Drawable checkboxOn, BitmapFont font, @Null Color fontColor)
-
CheckBoxStyle
public CheckBoxStyle(CheckBox.CheckBoxStyle style)
-
-