at.tuwien.ifs.somtoolbox.layers
Enum GrowingLayer.Flip
java.lang.Object
java.lang.Enum<GrowingLayer.Flip>
at.tuwien.ifs.somtoolbox.layers.GrowingLayer.Flip
- All Implemented Interfaces:
- Serializable, Comparable<GrowingLayer.Flip>
- Enclosing class:
- GrowingLayer
public static enum GrowingLayer.Flip
- extends Enum<GrowingLayer.Flip>
HORIZONTAL
public static final GrowingLayer.Flip HORIZONTAL
VERTICAL
public static final GrowingLayer.Flip VERTICAL
DEPTH
public static final GrowingLayer.Flip DEPTH
values
public static GrowingLayer.Flip[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GrowingLayer.Flip c : GrowingLayer.Flip.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GrowingLayer.Flip valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null