public static enum MoPredefinedColorMapping.PredefColorMapping extends java.lang.Enum<MoPredefinedColorMapping.PredefColorMapping> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
BLUE_RED
Blue to Red color map
|
BLUE_WHITE_RED
Blue to White to Red color map
|
GLOW
Glow color map
|
GREY
Greyscale color map
|
INTENSITY
Intensity color map
|
NONE
Turn off color mapping (Default value)
|
PHYSICS
Physics color map
|
SEISMIC
Seismic color map
|
STANDARD
Standard color map
|
TEMPERATURE
Temperature color map
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static MoPredefinedColorMapping.PredefColorMapping |
valueOf(int val)
Returns the predefined colormap associated to the specified integer value
of the enum constant.
|
static MoPredefinedColorMapping.PredefColorMapping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoPredefinedColorMapping.PredefColorMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoPredefinedColorMapping.PredefColorMapping NONE
public static final MoPredefinedColorMapping.PredefColorMapping GREY
public static final MoPredefinedColorMapping.PredefColorMapping TEMPERATURE
public static final MoPredefinedColorMapping.PredefColorMapping PHYSICS
public static final MoPredefinedColorMapping.PredefColorMapping STANDARD
public static final MoPredefinedColorMapping.PredefColorMapping GLOW
public static final MoPredefinedColorMapping.PredefColorMapping BLUE_RED
public static final MoPredefinedColorMapping.PredefColorMapping SEISMIC
public static final MoPredefinedColorMapping.PredefColorMapping BLUE_WHITE_RED
public static final MoPredefinedColorMapping.PredefColorMapping INTENSITY
public static MoPredefinedColorMapping.PredefColorMapping[] values()
for (MoPredefinedColorMapping.PredefColorMapping c : MoPredefinedColorMapping.PredefColorMapping.values()) System.out.println(c);
public static MoPredefinedColorMapping.PredefColorMapping 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 int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumpublic static MoPredefinedColorMapping.PredefColorMapping valueOf(int val)
val - integer value of the enum constantGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com