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