public static enum RawImageData.Sample extends Enum<RawImageData.Sample>
| Modifier and Type | Method and Description |
|---|---|
int |
bits() |
int |
bytes() |
static RawImageData.Sample |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawImageData.Sample[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawImageData.Sample BIT16
public static final RawImageData.Sample BIT32
public static RawImageData.Sample[] values()
for (RawImageData.Sample c : RawImageData.Sample.values()) System.out.println(c);
public static RawImageData.Sample 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 int bytes()
public int bits()
Copyright © 2015 LSST. All rights reserved.