public static enum ColoringParameters.EColorMapUsage extends java.lang.Enum<ColoringParameters.EColorMapUsage>
Enum Constant and Description |
---|
kFull |
kLimitedContinuous |
kLimitedDiscrete |
Modifier and Type | Method and Description |
---|---|
static ColoringParameters.EColorMapUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColoringParameters.EColorMapUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColoringParameters.EColorMapUsage kFull
public static final ColoringParameters.EColorMapUsage kLimitedContinuous
public static final ColoringParameters.EColorMapUsage kLimitedDiscrete
public static ColoringParameters.EColorMapUsage 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 static ColoringParameters.EColorMapUsage[] values()
for (ColoringParameters.EColorMapUsage c : ColoringParameters.EColorMapUsage.values()) System.out.println(c);