com.badlogic.gdx.scenes.scene2d.ui
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, see CheckBox
.
- Author:
- Nathan Sweet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkboxOn
public Drawable checkboxOn
checkboxOff
public Drawable checkboxOff
checkboxOver
public Drawable checkboxOver
- Optional.
CheckBox.CheckBoxStyle
public CheckBox.CheckBoxStyle()
CheckBox.CheckBoxStyle
public CheckBox.CheckBoxStyle(Drawable checkboxOff,
Drawable checkboxOn,
BitmapFont font,
Color fontColor)
CheckBox.CheckBoxStyle
public CheckBox.CheckBoxStyle(CheckBox.CheckBoxStyle style)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)