libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.ImageButton.ImageButtonStyle

Packages that use ImageButton.ImageButtonStyle
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of ImageButton.ImageButtonStyle in com.badlogic.gdx.scenes.scene2d.ui
 

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

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ImageButton.ImageButtonStyle
ImageButton(java.lang.String name, TextureRegion image, float imageWidth, float imageHeight, ImageButton.ImageButtonStyle style)
          Creates a new image button.
ImageButton(java.lang.String name, TextureRegion image, ImageButton.ImageButtonStyle style)
          Creates a new image button.
ImageButton(TextureRegion image, ImageButton.ImageButtonStyle style)
           
 


libgdx API

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