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