| Enum Constant and Description |
|---|
BOTTOM |
BOTTOM_LEFT |
BOTTOM_RIGHT |
CENTER |
LEFT |
RIGHT |
TOP |
TOP_LEFT |
TOP_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
void |
updateCropWindow(float x,
float y,
float targetAspectRatio,
android.graphics.Rect imageRect,
float snapRadius) |
void |
updateCropWindow(float x,
float y,
android.graphics.Rect imageRect,
float snapRadius) |
static Handle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Handle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Handle TOP_LEFT
public static final Handle TOP_RIGHT
public static final Handle BOTTOM_LEFT
public static final Handle BOTTOM_RIGHT
public static final Handle LEFT
public static final Handle TOP
public static final Handle RIGHT
public static final Handle BOTTOM
public static final Handle CENTER
public static Handle[] values()
for (Handle c : Handle.values()) System.out.println(c);
public static Handle 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 void updateCropWindow(float x,
float y,
android.graphics.Rect imageRect,
float snapRadius)
public void updateCropWindow(float x,
float y,
float targetAspectRatio,
android.graphics.Rect imageRect,
float snapRadius)