public static enum GraphicEqualizerPattern.Plane extends Enum<GraphicEqualizerPattern.Plane>
Modifier and Type | Method and Description |
---|---|
static GraphicEqualizerPattern.Plane |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicEqualizerPattern.Plane[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphicEqualizerPattern.Plane XY
public static final GraphicEqualizerPattern.Plane ZY
public static final GraphicEqualizerPattern.Plane XZ
public static final GraphicEqualizerPattern.Plane YZ
public static final GraphicEqualizerPattern.Plane YX
public static final GraphicEqualizerPattern.Plane ZX
public static GraphicEqualizerPattern.Plane[] values()
for (GraphicEqualizerPattern.Plane c : GraphicEqualizerPattern.Plane.values()) System.out.println(c);
public static GraphicEqualizerPattern.Plane 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 nullLX library by Mark C. Slee. © 2012-2020