public enum BufferBitMask extends Enum<BufferBitMask> implements IEnumWithValue
| Enum Constant and Description |
|---|
COLOR_BUFFER_BIT |
DEPTH_BUFFER_BIT |
STENCIL_BUFFER_BIT |
| Modifier and Type | Method and Description |
|---|---|
static int |
combine(BufferBitMask... bitmasks) |
int |
value() |
static BufferBitMask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferBitMask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromValue, transformForClientpublic static final BufferBitMask COLOR_BUFFER_BIT
public static final BufferBitMask DEPTH_BUFFER_BIT
public static final BufferBitMask STENCIL_BUFFER_BIT
public static BufferBitMask[] values()
for (BufferBitMask c : BufferBitMask.values()) System.out.println(c);
public static BufferBitMask valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static int combine(BufferBitMask... bitmasks)
public int value()
value in interface IEnumWithValueCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.