public static enum ExifHelper.Degrees extends Enum<ExifHelper.Degrees>
| Enum Constant and Description |
|---|
ROTATE_180 |
ROTATE_270 |
ROTATE_90 |
| Modifier and Type | Field and Description |
|---|---|
int |
degree |
int |
exifOrientation |
| Modifier and Type | Method and Description |
|---|---|
static ExifHelper.Degrees |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExifHelper.Degrees[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExifHelper.Degrees ROTATE_90
public static final ExifHelper.Degrees ROTATE_180
public static final ExifHelper.Degrees ROTATE_270
public static ExifHelper.Degrees[] values()
for (ExifHelper.Degrees c : ExifHelper.Degrees.values()) System.out.println(c);
public static ExifHelper.Degrees 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 null