@Deprecated public enum OutputColorFormat extends Enum<OutputColorFormat>
Enum Constant and Description |
---|
CMYK
Deprecated.
|
CMYKDIRECT
Deprecated.
|
NCOMPONENT
Deprecated.
|
RESERVED
Deprecated.
|
RGB
Deprecated.
|
RGBE
Deprecated.
|
YONLY
Deprecated.
|
YUV420
Deprecated.
|
YUV422
Deprecated.
|
YUV444
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OutputColorFormat |
findById(int id)
Deprecated.
|
List<Integer> |
getId()
Deprecated.
|
static OutputColorFormat |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OutputColorFormat[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputColorFormat YONLY
public static final OutputColorFormat YUV420
public static final OutputColorFormat YUV422
public static final OutputColorFormat YUV444
public static final OutputColorFormat CMYK
public static final OutputColorFormat CMYKDIRECT
public static final OutputColorFormat NCOMPONENT
public static final OutputColorFormat RGB
public static final OutputColorFormat RGBE
public static final OutputColorFormat RESERVED
public static OutputColorFormat[] values()
for (OutputColorFormat c : OutputColorFormat.values()) System.out.println(c);
public static OutputColorFormat 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 static OutputColorFormat findById(int id)
Copyright © 2016 Open Microscopy Environment