public static enum ImageCropper.PropertyKeys extends Enum<ImageCropper.PropertyKeys>
Enum Constant and Description |
---|
alt |
aspectRatio |
backgroundColor |
backgroundOpacity |
boxHeight |
boxWidth |
image |
initialCoords |
maxSize |
minSize |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ImageCropper.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageCropper.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageCropper.PropertyKeys widgetVar
public static final ImageCropper.PropertyKeys image
public static final ImageCropper.PropertyKeys alt
public static final ImageCropper.PropertyKeys aspectRatio
public static final ImageCropper.PropertyKeys minSize
public static final ImageCropper.PropertyKeys maxSize
public static final ImageCropper.PropertyKeys backgroundColor
public static final ImageCropper.PropertyKeys backgroundOpacity
public static final ImageCropper.PropertyKeys initialCoords
public static final ImageCropper.PropertyKeys boxWidth
public static final ImageCropper.PropertyKeys boxHeight
public static ImageCropper.PropertyKeys[] values()
for (ImageCropper.PropertyKeys c : ImageCropper.PropertyKeys.values()) System.out.println(c);
public static ImageCropper.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<ImageCropper.PropertyKeys>
Copyright © 2017. All rights reserved.