|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ImageContrastReducer.TargetContrast>
de.unihalle.informatik.MiToBo.tools.image.ImageContrastReducer.TargetContrast
public static enum ImageContrastReducer.TargetContrast
Available target contrast modes.
Enum Constant Summary | |
---|---|
BIT_2
2-bit mode, result image contains a maximum of 4 different gray values. |
|
BIT_4
4-bit mode, result image contains a maximum of 16 different gray values. |
|
BIT_6
6-bit mode, result image contains a maximum of 64 different gray values. |
|
BIT_8
8-bit mode, result image contains a maximum of 256 different gray values. |
Method Summary | |
---|---|
static ImageContrastReducer.TargetContrast |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImageContrastReducer.TargetContrast[] |
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 ImageContrastReducer.TargetContrast BIT_8
public static final ImageContrastReducer.TargetContrast BIT_6
public static final ImageContrastReducer.TargetContrast BIT_4
public static final ImageContrastReducer.TargetContrast BIT_2
Method Detail |
---|
public static ImageContrastReducer.TargetContrast[] values()
for (ImageContrastReducer.TargetContrast c : ImageContrastReducer.TargetContrast.values()) System.out.println(c);
public static ImageContrastReducer.TargetContrast 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 |