Class 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 Detail

      • 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 Detail

      • 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)