| Enum Constant and Description |
|---|
BACKGROUND |
MAIN |
| Modifier and Type | Field and Description |
|---|---|
static TileLayer[] |
LAYERS |
IResourceName |
name |
| Modifier and Type | Method and Description |
|---|---|
TileLayer |
getOpposite() |
static TileLayer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TileLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TileLayer MAIN
public static final TileLayer BACKGROUND
public static final TileLayer[] LAYERS
public final IResourceName name
public static TileLayer[] values()
for (TileLayer c : TileLayer.values()) System.out.println(c);
public static TileLayer valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic TileLayer getOpposite()