Package gaiasky.interfce
Class CurtainTable.CurtainTableStyle
- java.lang.Object
-
- gaiasky.interfce.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)
-