Package gaiasky.interafce
Class CurtainTable.CurtainTableStyle
java.lang.Object
gaiasky.interafce.CurtainTable.CurtainTableStyle
- Enclosing class:
- CurtainTable
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
-
Constructor Summary
ConstructorDescriptionCurtainTableStyle(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
-
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)
-