|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ImageJWriter.ImageType>
adams.flow.sink.ImageJWriter.ImageType
public static enum ImageJWriter.ImageType
The type of the image to create.
| Enum Constant Summary | |
|---|---|
AUTO
Automatic, based on extension. |
|
BMP
Bitmap. |
|
FITS
fits. |
|
GIF
GIF. |
|
JPEG
JPEG. |
|
LUT
look up table. |
|
PGM
PGM. |
|
PNG
PNG. |
|
RAW
raw. |
|
TEXT
text. |
|
TIFF
TIFF. |
|
ZIP
zipped TIFF. |
|
| Method Summary | |
|---|---|
static ImageJWriter.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImageJWriter.ImageType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ImageJWriter.ImageType AUTO
public static final ImageJWriter.ImageType BMP
public static final ImageJWriter.ImageType FITS
public static final ImageJWriter.ImageType GIF
public static final ImageJWriter.ImageType JPEG
public static final ImageJWriter.ImageType LUT
public static final ImageJWriter.ImageType PGM
public static final ImageJWriter.ImageType PNG
public static final ImageJWriter.ImageType RAW
public static final ImageJWriter.ImageType TEXT
public static final ImageJWriter.ImageType TIFF
public static final ImageJWriter.ImageType ZIP
| Method Detail |
|---|
public static ImageJWriter.ImageType[] values()
for (ImageJWriter.ImageType c : ImageJWriter.ImageType.values()) System.out.println(c);
public static ImageJWriter.ImageType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||