Uses of Enum
com.twelvemonkeys.imageio.StandardImageMetadataSupport.ImageOrientation
Packages that use StandardImageMetadataSupport.ImageOrientation
Package
Description
-
Uses of StandardImageMetadataSupport.ImageOrientation in com.twelvemonkeys.imageio
Fields in com.twelvemonkeys.imageio declared as StandardImageMetadataSupport.ImageOrientationModifier and TypeFieldDescriptionStandardImageMetadataSupport.Builder.orientation
protected final StandardImageMetadataSupport.ImageOrientation
StandardImageMetadataSupport.orientation
Methods in com.twelvemonkeys.imageio that return StandardImageMetadataSupport.ImageOrientationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.ImageOrientationModifier and TypeMethodDescriptionStandardImageMetadataSupport.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.ImageOrientationModifier and TypeMethodDescriptionprivate 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.ImageOrientationModifier and TypeMethodDescriptionprivate static StandardImageMetadataSupport.ImageOrientation
TGAMetadata.orientation
(TGAHeader header)