public static enum Marker.Palette extends Enum<Marker.Palette>
Enum Constant and Description |
---|
BLACKBODY |
BLUE_RED |
BLUES |
CIVIDIS |
EARTH |
ELECTRIC |
GREENS |
GREYS |
HOT |
JET |
PICNIC |
PORTLAND |
RAINBOW |
RD_BU |
REDS |
VIRIDIS |
YL_GN_BU |
YL_OR_RD |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Marker.Palette |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Marker.Palette[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Marker.Palette GREYS
public static final Marker.Palette GREENS
public static final Marker.Palette YL_GN_BU
public static final Marker.Palette YL_OR_RD
public static final Marker.Palette BLUE_RED
public static final Marker.Palette RD_BU
public static final Marker.Palette REDS
public static final Marker.Palette BLUES
public static final Marker.Palette PICNIC
public static final Marker.Palette RAINBOW
public static final Marker.Palette PORTLAND
public static final Marker.Palette JET
public static final Marker.Palette HOT
public static final Marker.Palette BLACKBODY
public static final Marker.Palette EARTH
public static final Marker.Palette ELECTRIC
public static final Marker.Palette VIRIDIS
public static final Marker.Palette CIVIDIS
public static Marker.Palette[] values()
for (Marker.Palette c : Marker.Palette.values()) System.out.println(c);
public static Marker.Palette 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 toString()
toString
in class Enum<Marker.Palette>
Copyright © 2020. All rights reserved.