| Package | Description |
|---|---|
| com.twelvemonkeys.imageio.metadata | |
| com.twelvemonkeys.imageio.metadata.exif | |
| com.twelvemonkeys.imageio.metadata.tiff |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntry
AbstractEntry
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
AbstractDirectory.getEntryByFieldName(java.lang.String fieldName) |
Entry |
Directory.getEntryByFieldName(java.lang.String fieldName) |
Entry |
AbstractCompoundDirectory.getEntryByFieldName(java.lang.String fieldName) |
Entry |
AbstractDirectory.getEntryById(java.lang.Object identifier) |
Entry |
Directory.getEntryById(java.lang.Object identifier) |
Entry |
AbstractCompoundDirectory.getEntryById(java.lang.Object identifier) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Entry> |
AbstractDirectory.iterator() |
java.util.Iterator<Entry> |
AbstractCompoundDirectory.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractDirectory.add(Entry entry) |
boolean |
Directory.add(Entry entry) |
boolean |
AbstractCompoundDirectory.add(Entry entry) |
| Constructor and Description |
|---|
AbstractDirectory(java.util.Collection<? extends Entry> entries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EXIFWriter.write(java.util.Collection<Entry> entries,
javax.imageio.stream.ImageOutputStream stream)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TIFFEntry
Represents a TIFF IFD entry.
|
| Modifier and Type | Method and 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 and Description |
|---|
IFD(java.util.Collection<? extends Entry> pEntries) |
Copyright © 2020. All Rights Reserved.