libgdx API

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

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle
      extended by com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
          extended by com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle
Enclosing class:
CheckBox

public static class CheckBox.CheckBoxStyle
extends Button.ButtonStyle


Field Summary
 TextureRegion checkboxOff
           
 TextureRegion checkboxOn
           
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
checked, down, pressedOffsetX, pressedOffsetY, unpressedOffsetX, unpressedOffsetY, up
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle
font, fontColor
 
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)