public enum DepthFormat extends java.lang.Enum<DepthFormat>
| Enum Constant and Description |
|---|
D10BIT |
D10BIT_PACKED |
D11BIT |
D11BIT_PACKED |
MM |
REGISTERED |
| Modifier and Type | Method and Description |
|---|---|
static DepthFormat |
fromInt(int value) |
int |
intValue() |
static DepthFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DepthFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DepthFormat D11BIT
public static final DepthFormat D10BIT
public static final DepthFormat D11BIT_PACKED
public static final DepthFormat D10BIT_PACKED
public static final DepthFormat REGISTERED
public static final DepthFormat MM
public static DepthFormat[] values()
for (DepthFormat c : DepthFormat.values()) System.out.println(c);
public static DepthFormat 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 intValue()
public static DepthFormat fromInt(int value)