public static enum MapPrinter.CustomColor extends java.lang.Enum<MapPrinter.CustomColor>
Enum Constant and Description |
---|
BASES |
BLOCKING_NEUTRALS |
CHOKE_POINTS_SHOW_AREAS |
CHOKE_POINTS_SHOW_CONTINENTS |
GEYSERS |
HIGHER_GROUND |
LAKE |
MINERALS |
SEA |
SEA_SIDE |
STARTING_LOCATIONS |
STATIC_BUILDINGS |
TERRAIN |
TINY_AREA |
UNBUILDABLE |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
color() |
static MapPrinter.CustomColor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapPrinter.CustomColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapPrinter.CustomColor HIGHER_GROUND
public static final MapPrinter.CustomColor UNBUILDABLE
public static final MapPrinter.CustomColor TERRAIN
public static final MapPrinter.CustomColor SEA
public static final MapPrinter.CustomColor SEA_SIDE
public static final MapPrinter.CustomColor LAKE
public static final MapPrinter.CustomColor TINY_AREA
public static final MapPrinter.CustomColor CHOKE_POINTS_SHOW_AREAS
public static final MapPrinter.CustomColor CHOKE_POINTS_SHOW_CONTINENTS
public static final MapPrinter.CustomColor MINERALS
public static final MapPrinter.CustomColor GEYSERS
public static final MapPrinter.CustomColor STATIC_BUILDINGS
public static final MapPrinter.CustomColor BLOCKING_NEUTRALS
public static final MapPrinter.CustomColor STARTING_LOCATIONS
public static final MapPrinter.CustomColor BASES
public static MapPrinter.CustomColor[] values()
for (MapPrinter.CustomColor c : MapPrinter.CustomColor.values()) System.out.println(c);
public static MapPrinter.CustomColor 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 java.awt.Color color()