Uses of Class
com.twelvemonkeys.imageio.StandardImageMetadataSupport.SubimageInterpretation
-
Packages that use StandardImageMetadataSupport.SubimageInterpretation Package Description com.twelvemonkeys.imageio -
-
Uses of StandardImageMetadataSupport.SubimageInterpretation in com.twelvemonkeys.imageio
Fields in com.twelvemonkeys.imageio declared as StandardImageMetadataSupport.SubimageInterpretation Modifier and Type Field Description private StandardImageMetadataSupport.SubimageInterpretationStandardImageMetadataSupport.Builder. subimageInterpretationprotected StandardImageMetadataSupport.SubimageInterpretationStandardImageMetadataSupport. subimageInterpretationMethods in com.twelvemonkeys.imageio that return StandardImageMetadataSupport.SubimageInterpretation Modifier and Type Method Description static StandardImageMetadataSupport.SubimageInterpretationStandardImageMetadataSupport.SubimageInterpretation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StandardImageMetadataSupport.SubimageInterpretation[]StandardImageMetadataSupport.SubimageInterpretation. 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.SubimageInterpretation Modifier and Type Method Description StandardImageMetadataSupport.BuilderStandardImageMetadataSupport.Builder. withSubimageInterpretation(StandardImageMetadataSupport.SubimageInterpretation interpretation)
-