Uses of Class
com.twelvemonkeys.imageio.StandardImageMetadataSupport.ImageOrientation
-
Packages that use StandardImageMetadataSupport.ImageOrientation Package Description com.twelvemonkeys.imageio com.twelvemonkeys.imageio.plugins.pnm com.twelvemonkeys.imageio.plugins.tga -
-
Uses of StandardImageMetadataSupport.ImageOrientation in com.twelvemonkeys.imageio
Fields in com.twelvemonkeys.imageio declared as StandardImageMetadataSupport.ImageOrientation Modifier and Type Field Description private StandardImageMetadataSupport.ImageOrientationStandardImageMetadataSupport.Builder. orientationprotected StandardImageMetadataSupport.ImageOrientationStandardImageMetadataSupport. orientationMethods in com.twelvemonkeys.imageio that return StandardImageMetadataSupport.ImageOrientation Modifier and Type Method Description static StandardImageMetadataSupport.ImageOrientationStandardImageMetadataSupport.ImageOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StandardImageMetadataSupport.ImageOrientation[]StandardImageMetadataSupport.ImageOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twelvemonkeys.imageio with parameters of type StandardImageMetadataSupport.ImageOrientation Modifier and Type Method Description StandardImageMetadataSupport.BuilderStandardImageMetadataSupport.Builder. withOrientation(StandardImageMetadataSupport.ImageOrientation orientation) -
Uses of StandardImageMetadataSupport.ImageOrientation in com.twelvemonkeys.imageio.plugins.pnm
Methods in com.twelvemonkeys.imageio.plugins.pnm that return StandardImageMetadataSupport.ImageOrientation Modifier and Type Method Description private static StandardImageMetadataSupport.ImageOrientationPNMMetadata. orientation(PNMHeader header) -
Uses of StandardImageMetadataSupport.ImageOrientation in com.twelvemonkeys.imageio.plugins.tga
Methods in com.twelvemonkeys.imageio.plugins.tga that return StandardImageMetadataSupport.ImageOrientation Modifier and Type Method Description private static StandardImageMetadataSupport.ImageOrientationTGAMetadata. orientation(TGAHeader header)
-