Class Separator.SeparatorStyle

  • Enclosing class:
    Separator

    public static class Separator.SeparatorStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.badlogic.gdx.scenes.scene2d.utils.Drawable background  
      int thickness  
    • 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
      • thickness

        public int thickness
    • Constructor Detail

      • SeparatorStyle

        public SeparatorStyle()
      • SeparatorStyle

        public SeparatorStyle​(com.badlogic.gdx.scenes.scene2d.utils.Drawable bg,
                              int thickness)