Package com.github.tommyettinger.textra
Class Styles.CheckBoxStyle
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
com.github.tommyettinger.textra.Styles.TextButtonStyle
com.github.tommyettinger.textra.Styles.CheckBoxStyle
- Enclosing class:
- Styles
The style for a select box, see
TextraCheckBox
or TypingCheckBox
.-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
Fields inherited from class com.github.tommyettinger.textra.Styles.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
ConstructorDescriptionCheckBoxStyle
(com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle style) CheckBoxStyle
(com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOff, com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOn, com.badlogic.gdx.graphics.g2d.BitmapFont font, com.badlogic.gdx.graphics.Color fontColor) CheckBoxStyle
(com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOff, com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOn, Font font, com.badlogic.gdx.graphics.Color fontColor) -
Method Summary
-
Field Details
-
checkboxOn
public com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOn -
checkboxOff
public com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOff -
checkboxOnOver
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOnOver -
checkboxOver
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOver -
checkboxOnDisabled
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOnDisabled -
checkboxOffDisabled
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOffDisabled
-
-
Constructor Details
-
CheckBoxStyle
public CheckBoxStyle() -
CheckBoxStyle
public CheckBoxStyle(com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOff, com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOn, Font font, @Null com.badlogic.gdx.graphics.Color fontColor) -
CheckBoxStyle
public CheckBoxStyle(com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOff, com.badlogic.gdx.scenes.scene2d.utils.Drawable checkboxOn, com.badlogic.gdx.graphics.g2d.BitmapFont font, @Null com.badlogic.gdx.graphics.Color fontColor) -
CheckBoxStyle
-
CheckBoxStyle
public CheckBoxStyle(com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle style)
-