public static enum SoColorMap.PredefinedColorMaps extends java.lang.Enum<SoColorMap.PredefinedColorMaps> implements IntegerValuedEnum
Enum Constant and Description |
---|
AIRWAY
Airway.
|
AIRWAY_SURFACES
Airway surfaces.
|
BLUE_RED
Blue red.
|
BLUE_WHITE_RED
Blue white red.
|
GLOW
Glow.
|
GRAY
Gray (Default)
|
INTENSITY
Intensity.
|
INTENSITY_REVERSED
Intensity reversed.
|
LABEL_256
256 labels
|
NONE
None.
|
PHYSICS
Physics.
|
SEISMIC
Seismic.
|
STANDARD
Standard.
|
TEMPERATURE
Temperature.
|
VOLREN_GREEN
VolRenGreen.
|
VOLREN_RED
VolRenRed.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoColorMap.PredefinedColorMaps |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoColorMap.PredefinedColorMaps |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoColorMap.PredefinedColorMaps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoColorMap.PredefinedColorMaps NONE
public static final SoColorMap.PredefinedColorMaps GRAY
public static final SoColorMap.PredefinedColorMaps TEMPERATURE
public static final SoColorMap.PredefinedColorMaps PHYSICS
public static final SoColorMap.PredefinedColorMaps STANDARD
public static final SoColorMap.PredefinedColorMaps GLOW
public static final SoColorMap.PredefinedColorMaps BLUE_RED
public static final SoColorMap.PredefinedColorMaps SEISMIC
public static final SoColorMap.PredefinedColorMaps BLUE_WHITE_RED
public static final SoColorMap.PredefinedColorMaps INTENSITY
public static final SoColorMap.PredefinedColorMaps LABEL_256
public static final SoColorMap.PredefinedColorMaps VOLREN_RED
public static final SoColorMap.PredefinedColorMaps VOLREN_GREEN
public static final SoColorMap.PredefinedColorMaps AIRWAY
public static final SoColorMap.PredefinedColorMaps AIRWAY_SURFACES
public static final SoColorMap.PredefinedColorMaps INTENSITY_REVERSED
public static SoColorMap.PredefinedColorMaps[] values()
for (SoColorMap.PredefinedColorMaps c : SoColorMap.PredefinedColorMaps.values()) System.out.println(c);
public static SoColorMap.PredefinedColorMaps 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 SoColorMap.PredefinedColorMaps valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com