Uses of Class
com.twelvemonkeys.contrib.exif.Orientation
-
Packages that use Orientation Package Description com.twelvemonkeys.contrib.exif -
-
Uses of Orientation in com.twelvemonkeys.contrib.exif
Methods in com.twelvemonkeys.contrib.exif that return Orientation Modifier and Type Method Description static Orientation
EXIFUtilities. findImageOrientation(javax.imageio.metadata.IIOMetadata metadata)
static Orientation
Orientation. fromMetadataOrientation(java.lang.String orientationName)
static Orientation
Orientation. fromTIFFOrientation(int tiffOrientation)
static Orientation
Orientation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-