public static enum MoMaterial.ColoringType extends java.lang.Enum<MoMaterial.ColoringType> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
COLOR
Use the color field to fill facets in an uniform color.
|
CONTOURING
Use the color mapping defined by a scalar set and a color mapping
function to display color contours.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static MoMaterial.ColoringType |
valueOf(int val)
Returns the coloring type associated to the specified integer value of
the enum constant.
|
static MoMaterial.ColoringType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoMaterial.ColoringType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoMaterial.ColoringType COLOR
public static final MoMaterial.ColoringType CONTOURING
public static MoMaterial.ColoringType[] values()
for (MoMaterial.ColoringType c : MoMaterial.ColoringType.values()) System.out.println(c);
public static MoMaterial.ColoringType 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 MoMaterial.ColoringType 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