public enum MenuStyle extends Enum<MenuStyle>
| Enum Constant and Description |
|---|
CCTR |
FXGL_DEFAULT |
GTA5 |
WARCRAFT3 |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSFileName() |
static MenuStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MenuStyle FXGL_DEFAULT
public static final MenuStyle GTA5
public static final MenuStyle CCTR
public static final MenuStyle WARCRAFT3
public static MenuStyle[] values()
for (MenuStyle c : MenuStyle.values()) System.out.println(c);
public static MenuStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCSSFileName()
Copyright © 2017. All rights reserved.