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
 Drawable checkboxOff
           
 Drawable checkboxOn
           
 Drawable checkboxOver
          Optional.
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle
checkedFontColor, checkedOverFontColor, disabledFontColor, downFontColor, font, fontColor, overFontColor
 
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
checked, checkedOver, disabled, down, over, pressedOffsetX, pressedOffsetY, unpressedOffsetX, unpressedOffsetY, up
 
Constructor Summary
CheckBox.CheckBoxStyle()
           
CheckBox.CheckBoxStyle(CheckBox.CheckBoxStyle style)
           
CheckBox.CheckBoxStyle(Drawable checkboxOff, Drawable checkboxOn, BitmapFont font, Color fontColor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkboxOn

public Drawable checkboxOn

checkboxOff

public Drawable checkboxOff

checkboxOver

public Drawable checkboxOver
Optional.

Constructor Detail

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 © 2013. All Rights Reserved.