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.ImageOrientation
StandardImageMetadataSupport.Builder. orientation
protected StandardImageMetadataSupport.ImageOrientation
StandardImageMetadataSupport. orientation
Methods in com.twelvemonkeys.imageio that return StandardImageMetadataSupport.ImageOrientation Modifier and Type Method Description static StandardImageMetadataSupport.ImageOrientation
StandardImageMetadataSupport.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.Builder
StandardImageMetadataSupport.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.ImageOrientation
PNMMetadata. 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.ImageOrientation
TGAMetadata. orientation(TGAHeader header)
-