Class ContextMenu.ContextMenuStyle
java.lang.Object
gaiasky.util.scene2d.ContextMenu.ContextMenuStyle
- Enclosing class:
ContextMenu
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawablecom.badlogic.gdx.scenes.scene2d.utils.Drawable -
Constructor Summary
ConstructorsConstructorDescriptionContextMenuStyle(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
-