Uses of Interface
com.twelvemonkeys.imageio.metadata.Entry
Packages that use Entry
Package
Description
-
Uses of Entry in com.twelvemonkeys.imageio.metadata
Classes in com.twelvemonkeys.imageio.metadata that implement EntryMethods in com.twelvemonkeys.imageio.metadata that return EntryModifier and TypeMethodDescriptionAbstractCompoundDirectory.getEntryByFieldName(String fieldName) AbstractDirectory.getEntryByFieldName(String fieldName) Directory.getEntryByFieldName(String fieldName) AbstractCompoundDirectory.getEntryById(Object identifier) AbstractDirectory.getEntryById(Object identifier) Directory.getEntryById(Object identifier) Methods in com.twelvemonkeys.imageio.metadata that return types with arguments of type EntryModifier and TypeMethodDescriptionAbstractCompoundDirectory.iterator()AbstractDirectory.iterator()Methods in com.twelvemonkeys.imageio.metadata with parameters of type EntryModifier and TypeMethodDescriptionbooleanbooleanbooleanConstructor parameters in com.twelvemonkeys.imageio.metadata with type arguments of type Entry -
Uses of Entry in com.twelvemonkeys.imageio.metadata.exif
Method parameters in com.twelvemonkeys.imageio.metadata.exif with type arguments of type EntryModifier and TypeMethodDescriptionbooleanEXIFWriter.write(Collection<Entry> entries, ImageOutputStream stream) Deprecated. -
Uses of Entry in com.twelvemonkeys.imageio.metadata.tiff
Classes in com.twelvemonkeys.imageio.metadata.tiff that implement EntryMethod parameters in com.twelvemonkeys.imageio.metadata.tiff with type arguments of type EntryModifier and TypeMethodDescriptionlongTIFFWriter.computeIFDSize(Collection<? extends Entry> directory) booleanTIFFWriter.write(Collection<? extends Entry> entries, ImageOutputStream stream) longTIFFWriter.writeIFD(Collection<Entry> entries, ImageOutputStream stream) Constructor parameters in com.twelvemonkeys.imageio.metadata.tiff with type arguments of type Entry