public enum Interpolate extends Enum<Interpolate> implements Key
Enum Constant and Description |
---|
BLUES
Interpolate color blues.
|
BR_B_G
Interpolate color brBG.
|
BU_GN
Interpolate color buGn.
|
BU_PU
Interpolate color buPu.
|
CIVIDIS
Interpolate color cividis.
|
COOL
Interpolate color cool.
|
CUBEHELIX_DEFAULT
Interpolate color cubehelixDefault.
|
GN_BU
Interpolate color gnBu.
|
GREENS
Interpolate color greens.
|
GREYS
Interpolate color greys.
|
INFERNO
Interpolate color inferno.
|
MAGMA
Interpolate color magma.
|
OR_RD
Interpolate color orRd.
|
ORANGES
Interpolate color oranges.
|
P_R_GN
Interpolate color pRGn.
|
PI_Y_G
Interpolate color piYG.
|
PLASMA
Interpolate color plasma.
|
PU_BU
Interpolate color puBu.
|
PU_BU_GN
Interpolate color puBuGn.
|
PU_OR
Interpolate color puOr.
|
PU_RD
Interpolate color puRd.
|
PURPLES
Interpolate color purples.
|
RAINBOW
Interpolate color rainbow.
|
RD_BU
Interpolate color rdBu.
|
RD_GY
Interpolate color rdGy.
|
RD_PU
Interpolate color rdPu.
|
RD_YL_BU
Interpolate color rdYlBu.
|
RD_YL_GN
Interpolate color rdYlGn.
|
REDS
Interpolate color reds.
|
SINEBOW
Interpolate color sinebow.
|
SPECTRAL
Interpolate color spectral.
|
TURBO
Interpolate color turbo.
|
VIRIDIS
Interpolate color viridis.
|
WARM
Interpolate color warm.
|
YL_GN
Interpolate color ylGn.
|
YL_GN_BU
Interpolate color ylGnBu.
|
YL_OR_BR
Interpolate color ylOrBr.
|
YL_OR_RD
Interpolate color ylOrRd.
|
Modifier and Type | Method and Description |
---|---|
String |
value()
Returns the name value of property
|
static Interpolate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interpolate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
checkAndGetIfValid, checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValid
public static final Interpolate BLUES
public static final Interpolate BR_B_G
public static final Interpolate BU_GN
public static final Interpolate BU_PU
public static final Interpolate CIVIDIS
public static final Interpolate COOL
public static final Interpolate CUBEHELIX_DEFAULT
public static final Interpolate GN_BU
public static final Interpolate GREENS
public static final Interpolate GREYS
public static final Interpolate INFERNO
public static final Interpolate MAGMA
public static final Interpolate OR_RD
public static final Interpolate ORANGES
public static final Interpolate P_R_GN
public static final Interpolate PI_Y_G
public static final Interpolate PLASMA
public static final Interpolate PU_BU
public static final Interpolate PU_BU_GN
public static final Interpolate PU_OR
public static final Interpolate PU_RD
public static final Interpolate PURPLES
public static final Interpolate RAINBOW
public static final Interpolate RD_BU
public static final Interpolate RD_GY
public static final Interpolate RD_PU
public static final Interpolate RD_YL_BU
public static final Interpolate RD_YL_GN
public static final Interpolate REDS
public static final Interpolate SINEBOW
public static final Interpolate SPECTRAL
public static final Interpolate TURBO
public static final Interpolate VIRIDIS
public static final Interpolate WARM
public static final Interpolate YL_GN
public static final Interpolate YL_GN_BU
public static final Interpolate YL_OR_BR
public static final Interpolate YL_OR_RD
public static Interpolate[] values()
for (Interpolate c : Interpolate.values()) System.out.println(c);
public static Interpolate 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 null