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