public enum PixelDataType extends Enum<PixelDataType> implements IEnumWithValue
| Enum Constant and Description |
|---|
FLOAT |
UNSIGNED_BYTE |
UNSIGNED_SHORT_4_4_4_4 |
UNSIGNED_SHORT_5_5_5_1 |
UNSIGNED_SHORT_5_6_5 |
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static PixelDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PixelDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromValue, transformForClientpublic static final PixelDataType FLOAT
public static final PixelDataType UNSIGNED_BYTE
public static final PixelDataType UNSIGNED_SHORT_4_4_4_4
public static final PixelDataType UNSIGNED_SHORT_5_5_5_1
public static final PixelDataType UNSIGNED_SHORT_5_6_5
public static PixelDataType[] values()
for (PixelDataType c : PixelDataType.values()) System.out.println(c);
public static PixelDataType 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 value()
value in interface IEnumWithValueCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.