Uses of Class
com.twelvemonkeys.imageio.StandardImageMetadataSupport.TextEntry
-
Packages that use StandardImageMetadataSupport.TextEntry Package Description com.twelvemonkeys.imageio com.twelvemonkeys.imageio.plugins.iff -
-
Uses of StandardImageMetadataSupport.TextEntry in com.twelvemonkeys.imageio
Fields in com.twelvemonkeys.imageio with type parameters of type StandardImageMetadataSupport.TextEntry Modifier and Type Field Description private java.util.Collection<StandardImageMetadataSupport.TextEntry>
StandardImageMetadataSupport.Builder. textEntries
private java.util.Collection<StandardImageMetadataSupport.TextEntry>
StandardImageMetadataSupport. textEntries
Methods in com.twelvemonkeys.imageio that return types with arguments of type StandardImageMetadataSupport.TextEntry Modifier and Type Method Description private java.util.Collection<StandardImageMetadataSupport.TextEntry>
StandardImageMetadataSupport.Builder. toTextEntries(java.util.Collection<java.util.Map.Entry<java.lang.String,java.lang.String>> entries)
Method parameters in com.twelvemonkeys.imageio with type arguments of type StandardImageMetadataSupport.TextEntry Modifier and Type Method Description StandardImageMetadataSupport.Builder
StandardImageMetadataSupport.Builder. withTextEntries(java.util.Collection<StandardImageMetadataSupport.TextEntry> entries)
-
Uses of StandardImageMetadataSupport.TextEntry in com.twelvemonkeys.imageio.plugins.iff
Methods in com.twelvemonkeys.imageio.plugins.iff that return types with arguments of type StandardImageMetadataSupport.TextEntry Modifier and Type Method Description private static java.util.List<StandardImageMetadataSupport.TextEntry>
IFFImageMetadata. textEntries(Form header)
-