public static enum GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode extends Enum<GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode>
Enum Constant and Description |
---|
LEAVE_UNTOUCHED
Leave values untouched.
|
MAP_TO_BLACK
Map values to black.
|
MAP_TO_MINMAX
Map values to range minimum and maximum colors.
|
Modifier and Type | Method and Description |
---|---|
static GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode LEAVE_UNTOUCHED
public static final GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode MAP_TO_BLACK
public static final GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode MAP_TO_MINMAX
public static GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode[] values()
for (GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode c : GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode.values()) System.out.println(c);
public static GrayscaleImageToHeatmap.OutOfRangeValuesHandlingMode 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 nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.