com.badlogic.gdx.scenes.scene2d.ui
Class CheckBox.CheckBoxStyle
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle
- Enclosing class:
- CheckBox
public static class CheckBox.CheckBoxStyle
- extends java.lang.Object
Defines a check box style, see CheckBox
- Author:
- mzechner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
font
public BitmapFont font
fontColor
public Color fontColor
checked
public TextureRegion checked
unchecked
public TextureRegion unchecked
CheckBox.CheckBoxStyle
public CheckBox.CheckBoxStyle()
CheckBox.CheckBoxStyle
public CheckBox.CheckBoxStyle(BitmapFont font,
Color fontColor,
TextureRegion checked,
TextureRegion unchecked)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)