libgdx API

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

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.ImageButton.ImageButtonStyle
Enclosing class:
ImageButton

public static class ImageButton.ImageButtonStyle
extends java.lang.Object

Defines an image button style, see ImageButton

Author:
mzechner

Field Summary
 NinePatch down
           
 NinePatch up
           
 
Constructor Summary
ImageButton.ImageButtonStyle()
           
ImageButton.ImageButtonStyle(NinePatch down, NinePatch up)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

down

public NinePatch down

up

public NinePatch up
Constructor Detail

ImageButton.ImageButtonStyle

public ImageButton.ImageButtonStyle()

ImageButton.ImageButtonStyle

public ImageButton.ImageButtonStyle(NinePatch down,
                                    NinePatch up)

libgdx API

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