Uses of Class
org.deken.game.component.GMenu.MenuOrientation

Packages that use GMenu.MenuOrientation
org.deken.game.component Components package holds game components, which are striped down version of java components. 
 

Uses of GMenu.MenuOrientation in org.deken.game.component
 

Fields in org.deken.game.component declared as GMenu.MenuOrientation
protected  GMenu.MenuOrientation GMenu.menuOrientation
           
 

Methods in org.deken.game.component that return GMenu.MenuOrientation
static GMenu.MenuOrientation GMenu.MenuOrientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GMenu.MenuOrientation[] GMenu.MenuOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deken.game.component with parameters of type GMenu.MenuOrientation
 void GMenu.setMenuOrientation(GMenu.MenuOrientation menuOrientation)