Class ContextMenu.ContextMenuStyle

  • Enclosing class:
    ContextMenu

    public static class ContextMenu.ContextMenuStyle
    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 border  
    • 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
      • border

        public com.badlogic.gdx.scenes.scene2d.utils.Drawable border
    • Constructor Detail

      • ContextMenuStyle

        public ContextMenuStyle()
      • ContextMenuStyle

        public ContextMenuStyle​(com.badlogic.gdx.scenes.scene2d.utils.Drawable background,
                                com.badlogic.gdx.scenes.scene2d.utils.Drawable border)