public static enum AFractalIterator.EFractalType extends java.lang.Enum<AFractalIterator.EFractalType>
Enum Constant and Description |
---|
kDualFractal |
kMainFractal |
Modifier and Type | Method and Description |
---|---|
static AFractalIterator.EFractalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AFractalIterator.EFractalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AFractalIterator.EFractalType kDualFractal
public static final AFractalIterator.EFractalType kMainFractal
public static AFractalIterator.EFractalType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static AFractalIterator.EFractalType[] values()
for (AFractalIterator.EFractalType c : AFractalIterator.EFractalType.values()) System.out.println(c);