public static enum FractalPanel.EBifurcationAxisSelectionMode extends java.lang.Enum<FractalPanel.EBifurcationAxisSelectionMode>
Modifier and Type | Method and Description |
---|---|
static FractalPanel.EBifurcationAxisSelectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FractalPanel.EBifurcationAxisSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FractalPanel.EBifurcationAxisSelectionMode kNone
public static final FractalPanel.EBifurcationAxisSelectionMode kZ1
public static final FractalPanel.EBifurcationAxisSelectionMode kZ2
public static FractalPanel.EBifurcationAxisSelectionMode 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 FractalPanel.EBifurcationAxisSelectionMode[] values()
for (FractalPanel.EBifurcationAxisSelectionMode c : FractalPanel.EBifurcationAxisSelectionMode.values()) System.out.println(c);