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