public static enum SoLazyElement.Masks extends java.lang.Enum<SoLazyElement.Masks> implements IntegerValuedEnum
Enum Constant and Description |
---|
ALL_MASK
All masks.
|
AMBIENT_MASK
Ambient mask.
|
BLENDING_MASK
Blending mask.
|
COLOR_MATERIAL_MASK
Color mask.
|
DIFFUSE_MASK
Diffuse mask.
|
EMISSIVE_MASK
Emissive mask.
|
LIGHT_MODEL_MASK
Light model mask.
|
LINE_WIDTH_MASK
Line width mask.
|
PATTERN_MASK
Pattern mask.
|
SHININESS_MASK
Shininess mask.
|
SMOOTHING_MASK
Smoothing mask.
|
SPECULAR_MASK
Specular mask.
|
TRANSPARENCY_MASK
Transparency mask.
|
Modifier and Type | Method and Description |
---|---|
static SoLazyElement.Masks |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoLazyElement.Masks |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoLazyElement.Masks |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoLazyElement.Masks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoLazyElement.Masks LIGHT_MODEL_MASK
public static final SoLazyElement.Masks COLOR_MATERIAL_MASK
public static final SoLazyElement.Masks DIFFUSE_MASK
public static final SoLazyElement.Masks AMBIENT_MASK
public static final SoLazyElement.Masks EMISSIVE_MASK
public static final SoLazyElement.Masks SPECULAR_MASK
public static final SoLazyElement.Masks SHININESS_MASK
public static final SoLazyElement.Masks TRANSPARENCY_MASK
public static final SoLazyElement.Masks BLENDING_MASK
public static final SoLazyElement.Masks SMOOTHING_MASK
public static final SoLazyElement.Masks ALL_MASK
public static final SoLazyElement.Masks PATTERN_MASK
public static final SoLazyElement.Masks LINE_WIDTH_MASK
public static SoLazyElement.Masks[] values()
for (SoLazyElement.Masks c : SoLazyElement.Masks.values()) System.out.println(c);
public static SoLazyElement.Masks 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 null@Deprecated public static SoLazyElement.Masks fromValue(int val)
valueOf(int)
instead.public static SoLazyElement.Masks valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com