Package gaiasky.interafce
Class CurtainTable.CurtainTableStyle
java.lang.Object
gaiasky.interafce.CurtainTable.CurtainTableStyle
- Enclosing class:
- CurtainTable
public static class CurtainTable.CurtainTableStyle
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description com.badlogic.gdx.scenes.scene2d.utils.Drawable
background
com.badlogic.gdx.scenes.scene2d.utils.Drawable
collapseDrawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
expandDrawable
-
Constructor Summary
Constructors Constructor Description CurtainTableStyle()
CurtainTableStyle(com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.utils.Drawable expand, com.badlogic.gdx.scenes.scene2d.utils.Drawable collapse)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
background
public com.badlogic.gdx.scenes.scene2d.utils.Drawable background -
expandDrawable
public com.badlogic.gdx.scenes.scene2d.utils.Drawable expandDrawable -
collapseDrawable
public com.badlogic.gdx.scenes.scene2d.utils.Drawable collapseDrawable
-
-
Constructor Details
-
CurtainTableStyle
public CurtainTableStyle() -
CurtainTableStyle
public CurtainTableStyle(com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.utils.Drawable expand, com.badlogic.gdx.scenes.scene2d.utils.Drawable collapse)
-