public static enum ImageInfo.HistogramMatching extends Enum<ImageInfo.HistogramMatching>
Modifier and Type | Method and Description |
---|---|
static ImageInfo.HistogramMatching |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageInfo.HistogramMatching[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageInfo.HistogramMatching None
public static final ImageInfo.HistogramMatching Equalize
public static final ImageInfo.HistogramMatching Normalize
public static ImageInfo.HistogramMatching[] values()
for (ImageInfo.HistogramMatching c : ImageInfo.HistogramMatching.values()) System.out.println(c);
public static ImageInfo.HistogramMatching 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 © 2014–2015 European Space Agency (ESA). All rights reserved.