libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle

Packages that use Button.ButtonStyle
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of Button.ButtonStyle in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Button.ButtonStyle
 void Button.setStyle(Button.ButtonStyle style)
          Sets the style of this widget.
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Button.ButtonStyle
Button(java.lang.String text, Button.ButtonStyle style)
           
Button(java.lang.String name, java.lang.String text, Button.ButtonStyle style)
           
 


libgdx API

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