public enum DensityMapColorScheme extends java.lang.Enum<DensityMapColorScheme>
Enum Constant and Description |
---|
CUSTOM |
LINEAR |
LOGARITHMIC |
Modifier and Type | Method and Description |
---|---|
static DensityMapColorScheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DensityMapColorScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DensityMapColorScheme CUSTOM
public static final DensityMapColorScheme LINEAR
public static final DensityMapColorScheme LOGARITHMIC
public static DensityMapColorScheme[] values()
for (DensityMapColorScheme c : DensityMapColorScheme.values()) System.out.println(c);
public static DensityMapColorScheme 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 nullCopyright © AnyLogic North America, LLC. All Rights Reserved.