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 class
AbstractEntry
AbstractEntryMethods in com.twelvemonkeys.imageio.metadata that return Entry Modifier and Type Method Description Entry
AbstractCompoundDirectory. getEntryByFieldName(java.lang.String fieldName)
Entry
AbstractDirectory. getEntryByFieldName(java.lang.String fieldName)
Entry
Directory. getEntryByFieldName(java.lang.String fieldName)
Entry
AbstractCompoundDirectory. getEntryById(java.lang.Object identifier)
Entry
AbstractDirectory. getEntryById(java.lang.Object identifier)
Entry
Directory. 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 boolean
AbstractCompoundDirectory. add(Entry entry)
boolean
AbstractDirectory. add(Entry entry)
boolean
Directory. 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 boolean
EXIFWriter. 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 class
TIFFEntry
Represents a TIFF IFD entry.Method parameters in com.twelvemonkeys.imageio.metadata.tiff with type arguments of type Entry Modifier and Type Method Description long
TIFFWriter. computeIFDSize(java.util.Collection<Entry> directory)
boolean
TIFFWriter. write(java.util.Collection<Entry> entries, javax.imageio.stream.ImageOutputStream stream)
long
TIFFWriter. 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)
-