protected static enum StandardImageMetadataSupport.ImageOrientation extends Enum<StandardImageMetadataSupport.ImageOrientation>
| Enum Constant and Description |
|---|
FlipH |
FlipHRotate90 |
FlipV |
FlipVRotate90 |
Normal |
Rotate180 |
Rotate270 |
Rotate90 |
| Modifier and Type | Method and Description |
|---|---|
static StandardImageMetadataSupport.ImageOrientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardImageMetadataSupport.ImageOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardImageMetadataSupport.ImageOrientation Normal
public static final StandardImageMetadataSupport.ImageOrientation Rotate90
public static final StandardImageMetadataSupport.ImageOrientation Rotate180
public static final StandardImageMetadataSupport.ImageOrientation Rotate270
public static final StandardImageMetadataSupport.ImageOrientation FlipH
public static final StandardImageMetadataSupport.ImageOrientation FlipV
public static final StandardImageMetadataSupport.ImageOrientation FlipHRotate90
public static final StandardImageMetadataSupport.ImageOrientation FlipVRotate90
public static StandardImageMetadataSupport.ImageOrientation[] values()
for (StandardImageMetadataSupport.ImageOrientation c : StandardImageMetadataSupport.ImageOrientation.values()) System.out.println(c);
public static StandardImageMetadataSupport.ImageOrientation 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 © 2024. All rights reserved.