Class ContextMenu.ContextMenuStyle
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.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)
-
-
-
Constructor Detail
-
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)
-
-