public static enum HistogramGenerator.MultiChannelMode extends Enum<HistogramGenerator.MultiChannelMode>
Enum Constant and Description |
---|
AverageIntensity |
BlueChannel |
GreenChannel |
RedChannel |
Sum |
WeightedIntensity |
Modifier and Type | Method and Description |
---|---|
static HistogramGenerator.MultiChannelMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistogramGenerator.MultiChannelMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistogramGenerator.MultiChannelMode AverageIntensity
public static final HistogramGenerator.MultiChannelMode WeightedIntensity
public static final HistogramGenerator.MultiChannelMode Sum
public static final HistogramGenerator.MultiChannelMode RedChannel
public static final HistogramGenerator.MultiChannelMode GreenChannel
public static final HistogramGenerator.MultiChannelMode BlueChannel
public static HistogramGenerator.MultiChannelMode[] values()
for (HistogramGenerator.MultiChannelMode c : HistogramGenerator.MultiChannelMode.values()) System.out.println(c);
public static HistogramGenerator.MultiChannelMode 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 © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.