public static enum FunctionalUnit.PixelDataType extends Enum<FunctionalUnit.PixelDataType>
Modifier and Type | Method and Description |
---|---|
static List<FunctionalUnit.PixelDataType> |
getAllPixelDataTypes() |
static FunctionalUnit.PixelDataType |
getBySystemValue(long value) |
static List<FunctionalUnit.PixelDataType> |
getBySystemValues(List list) |
String |
toString() |
long |
toSystemValue() |
static FunctionalUnit.PixelDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionalUnit.PixelDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionalUnit.PixelDataType COLOR
public static final FunctionalUnit.PixelDataType GRAYSCALE
public static final FunctionalUnit.PixelDataType BW
public static FunctionalUnit.PixelDataType[] values()
for (FunctionalUnit.PixelDataType c : FunctionalUnit.PixelDataType.values()) System.out.println(c);
public static FunctionalUnit.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 static List<FunctionalUnit.PixelDataType> getAllPixelDataTypes()
public static FunctionalUnit.PixelDataType getBySystemValue(long value)
public static List<FunctionalUnit.PixelDataType> getBySystemValues(List list)
public long toSystemValue()
public String toString()
toString
in class Enum<FunctionalUnit.PixelDataType>
Copyright © Asprise Software. All Rights Reserved. Please visit the product page at asprise.com