public static enum MapController.DebugFlag extends java.lang.Enum<MapController.DebugFlag>
Enum Constant and Description |
---|
DRAW_ALL_LABELS |
FREEZE_TILES |
LABELS |
PROXY_COLORS |
SELECTION_BUFFER |
TILE_BOUNDS |
TILE_INFOS |
TPLMAPS_INFOS |
TPLMAPS_STATS |
Modifier and Type | Method and Description |
---|---|
static MapController.DebugFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapController.DebugFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapController.DebugFlag FREEZE_TILES
public static final MapController.DebugFlag PROXY_COLORS
public static final MapController.DebugFlag TILE_BOUNDS
public static final MapController.DebugFlag TILE_INFOS
public static final MapController.DebugFlag LABELS
public static final MapController.DebugFlag TPLMAPS_INFOS
public static final MapController.DebugFlag DRAW_ALL_LABELS
public static final MapController.DebugFlag TPLMAPS_STATS
public static final MapController.DebugFlag SELECTION_BUFFER
public static MapController.DebugFlag[] values()
for (MapController.DebugFlag c : MapController.DebugFlag.values()) System.out.println(c);
public static MapController.DebugFlag 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 null