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