Uses of Interface
com.twelvemonkeys.imageio.metadata.Entry
-
Packages that use Entry Package Description com.twelvemonkeys.imageio.metadata com.twelvemonkeys.imageio.metadata.exif com.twelvemonkeys.imageio.metadata.tiff -
-
Uses of Entry in com.twelvemonkeys.imageio.metadata
Classes in com.twelvemonkeys.imageio.metadata that implement Entry Modifier and Type Class Description classAbstractEntryAbstractEntryMethods in com.twelvemonkeys.imageio.metadata that return Entry Modifier and Type Method Description EntryAbstractCompoundDirectory. getEntryByFieldName(java.lang.String fieldName)EntryAbstractDirectory. getEntryByFieldName(java.lang.String fieldName)EntryDirectory. getEntryByFieldName(java.lang.String fieldName)EntryAbstractCompoundDirectory. getEntryById(java.lang.Object identifier)EntryAbstractDirectory. getEntryById(java.lang.Object identifier)EntryDirectory. getEntryById(java.lang.Object identifier)Methods in com.twelvemonkeys.imageio.metadata that return types with arguments of type Entry Modifier and Type Method Description java.util.Iterator<Entry>AbstractCompoundDirectory. iterator()java.util.Iterator<Entry>AbstractDirectory. iterator()Methods in com.twelvemonkeys.imageio.metadata with parameters of type Entry Modifier and Type Method Description booleanAbstractCompoundDirectory. add(Entry entry)booleanAbstractDirectory. add(Entry entry)booleanDirectory. add(Entry entry)Constructor parameters in com.twelvemonkeys.imageio.metadata with type arguments of type Entry Constructor Description AbstractDirectory(java.util.Collection<? extends Entry> entries) -
Uses of Entry in com.twelvemonkeys.imageio.metadata.exif
Method parameters in com.twelvemonkeys.imageio.metadata.exif with type arguments of type Entry Modifier and Type Method Description booleanEXIFWriter. write(java.util.Collection<Entry> entries, javax.imageio.stream.ImageOutputStream stream)Deprecated. -
Uses of Entry in com.twelvemonkeys.imageio.metadata.tiff
Classes in com.twelvemonkeys.imageio.metadata.tiff that implement Entry Modifier and Type Class Description classTIFFEntryRepresents a TIFF IFD entry.Method parameters in com.twelvemonkeys.imageio.metadata.tiff with type arguments of type Entry Modifier and Type Method Description longTIFFWriter. computeIFDSize(java.util.Collection<? extends Entry> directory)booleanTIFFWriter. write(java.util.Collection<? extends Entry> entries, javax.imageio.stream.ImageOutputStream stream)longTIFFWriter. writeIFD(java.util.Collection<Entry> entries, javax.imageio.stream.ImageOutputStream stream)Constructor parameters in com.twelvemonkeys.imageio.metadata.tiff with type arguments of type Entry Constructor Description IFD(java.util.Collection<? extends Entry> pEntries)
-