public static enum Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag extends java.lang.Enum<Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag>
| Enum Constant and Description |
|---|
DoNotResetColor |
ResetColor |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag |
valueOf(byte codeByte) |
static Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag DoNotResetColor
public static final Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag ResetColor
public static Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag[] values()
for (Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag c : Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag.values()) System.out.println(c);
public static Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag 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 Triplet.PresentationSpaceResetMixing.BackgroundMixingFlag valueOf(byte codeByte)
public int toByte()