libgdx API

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

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
      extended by com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle
          extended by 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

Field Summary
 TextureRegion checkboxOff
           
 TextureRegion checkboxOn
           
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle
checkedFontColor, downFontColor, font, fontColor
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
checked, down, pressedOffsetX, pressedOffsetY, unpressedOffsetX, unpressedOffsetY, up
 
Constructor Summary
CheckBox.CheckBoxStyle()
           
CheckBox.CheckBoxStyle(TextureRegion checkboxOff, TextureRegion checkboxOn, BitmapFont font, Color fontColor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkboxOn

public TextureRegion checkboxOn

checkboxOff

public TextureRegion checkboxOff
Constructor Detail

CheckBox.CheckBoxStyle

public CheckBox.CheckBoxStyle()

CheckBox.CheckBoxStyle

public CheckBox.CheckBoxStyle(TextureRegion checkboxOff,
                              TextureRegion checkboxOn,
                              BitmapFont font,
                              Color fontColor)

libgdx API

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