public static enum SoVolumeShape.Compositions extends java.lang.Enum<SoVolumeShape.Compositions> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
ALPHA_BLENDING
Deprecated.
Alpha blending (Default)
|
COMPOSITION_LAST
Deprecated.
|
MAX_INTENSITY
Deprecated.
Max intensity.
|
MIN_INTENSITY
Deprecated.
Min intensity.
|
SUM_INTENSITY
Deprecated.
Sum intensity.
|
| Modifier and Type | Method and Description |
|---|---|
static SoVolumeShape.Compositions |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Deprecated.
Returns the integer value of the enum constant.
|
static SoVolumeShape.Compositions |
valueOf(int val)
Deprecated.
Returns the enum constant of this type with the specified integer value
|
static SoVolumeShape.Compositions |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SoVolumeShape.Compositions[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoVolumeShape.Compositions MAX_INTENSITY
public static final SoVolumeShape.Compositions MIN_INTENSITY
public static final SoVolumeShape.Compositions SUM_INTENSITY
public static final SoVolumeShape.Compositions ALPHA_BLENDING
public static final SoVolumeShape.Compositions COMPOSITION_LAST
public static SoVolumeShape.Compositions[] values()
for (SoVolumeShape.Compositions c : SoVolumeShape.Compositions.values()) System.out.println(c);
public static SoVolumeShape.Compositions 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 SoVolumeShape.Compositions fromValue(int val)
valueOf(int) instead.public static SoVolumeShape.Compositions valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com