public static enum ImageValueTools.ImageValueModification extends Enum<ImageValueTools.ImageValueModification>
| Enum Constant and Description | 
|---|
| FILL | 
| INVERT | 
| NORM_FROM_TO | 
| NORM_TO | 
| Modifier and Type | Method and Description | 
|---|---|
| static ImageValueTools.ImageValueModification | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ImageValueTools.ImageValueModification[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ImageValueTools.ImageValueModification FILL
public static final ImageValueTools.ImageValueModification INVERT
public static final ImageValueTools.ImageValueModification NORM_TO
public static final ImageValueTools.ImageValueModification NORM_FROM_TO
public static ImageValueTools.ImageValueModification[] values()
for (ImageValueTools.ImageValueModification c : ImageValueTools.ImageValueModification.values()) System.out.println(c);
public static ImageValueTools.ImageValueModification 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.