libgdx API

com.badlogic.gdx.scenes.scene2d.ui
Class CheckBox.CheckBoxStyle

java.lang.Object
  extended by 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

Field Summary
 TextureRegion checked
           
 BitmapFont font
           
 Color fontColor
           
 TextureRegion unchecked
           
 
Constructor Summary
CheckBox.CheckBoxStyle()
           
CheckBox.CheckBoxStyle(BitmapFont font, Color fontColor, TextureRegion checked, TextureRegion unchecked)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

public BitmapFont font

fontColor

public Color fontColor

checked

public TextureRegion checked

unchecked

public TextureRegion unchecked
Constructor Detail

CheckBox.CheckBoxStyle

public CheckBox.CheckBoxStyle()

CheckBox.CheckBoxStyle

public CheckBox.CheckBoxStyle(BitmapFont font,
                              Color fontColor,
                              TextureRegion checked,
                              TextureRegion unchecked)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)