public static enum BaseImageEffect.Plane extends Enum<BaseImageEffect.Plane>
| Modifier and Type | Method and Description |
|---|---|
static BaseImageEffect.Plane |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseImageEffect.Plane[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseImageEffect.Plane X
public static final BaseImageEffect.Plane Y
public static final BaseImageEffect.Plane Z
public static final BaseImageEffect.Plane XY
public static final BaseImageEffect.Plane XZ
public static final BaseImageEffect.Plane XYZ
public static final BaseImageEffect.Plane YZ
public static BaseImageEffect.Plane[] values()
for (BaseImageEffect.Plane c : BaseImageEffect.Plane.values()) System.out.println(c);
public static BaseImageEffect.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 nullCopyright © 2021 elMakers. All rights reserved.