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 OrientationEXIFUtilities. findImageOrientation(javax.imageio.metadata.IIOMetadata metadata)static OrientationOrientation. fromMetadataOrientation(java.lang.String orientationName)static OrientationOrientation. fromTIFFOrientation(int tiffOrientation)static OrientationOrientation. 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.
-