Class ContextMenu.ContextMenuStyle

java.lang.Object
gaiasky.util.scene2d.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  
  • Constructor Summary

    Constructors
    Constructor Description
    ContextMenuStyle()  
    ContextMenuStyle​(com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.utils.Drawable border)  
    ContextMenuStyle​(ContextMenu.ContextMenuStyle style)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • background

      public com.badlogic.gdx.scenes.scene2d.utils.Drawable background
    • border

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

    • ContextMenuStyle

      public ContextMenuStyle()
    • ContextMenuStyle

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

      public ContextMenuStyle​(ContextMenu.ContextMenuStyle style)