Package gaiasky.util.scene2d
Class ContextMenu.ContextMenuStyle
java.lang.Object
gaiasky.util.scene2d.ContextMenu.ContextMenuStyle
- Enclosing class:
ContextMenu
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
-
Constructor Summary
ConstructorDescriptionContextMenuStyle
(com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.utils.Drawable border) -
Method Summary
-
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
-