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