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.SubimageInterpretation
StandardImageMetadataSupport.Builder. subimageInterpretation
protected StandardImageMetadataSupport.SubimageInterpretation
StandardImageMetadataSupport. subimageInterpretation
Methods in com.twelvemonkeys.imageio that return StandardImageMetadataSupport.SubimageInterpretation Modifier and Type Method Description static StandardImageMetadataSupport.SubimageInterpretation
StandardImageMetadataSupport.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.Builder
StandardImageMetadataSupport.Builder. withSubimageInterpretation(StandardImageMetadataSupport.SubimageInterpretation interpretation)
-