| Package | Description |
|---|---|
| com.twelvemonkeys.imageio.metadata | |
| com.twelvemonkeys.imageio.metadata.exif | |
| com.twelvemonkeys.imageio.metadata.tiff |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractEntry |
AbstractEntry
|
| Modifier and Type | Method | Description |
|---|---|---|
Entry |
AbstractCompoundDirectory.getEntryByFieldName(String fieldName) |
|
Entry |
AbstractDirectory.getEntryByFieldName(String fieldName) |
|
Entry |
Directory.getEntryByFieldName(String fieldName) |
|
Entry |
AbstractCompoundDirectory.getEntryById(Object identifier) |
|
Entry |
AbstractDirectory.getEntryById(Object identifier) |
|
Entry |
Directory.getEntryById(Object identifier) |
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<Entry> |
AbstractCompoundDirectory.iterator() |
|
Iterator<Entry> |
AbstractDirectory.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
AbstractCompoundDirectory.add(Entry entry) |
|
boolean |
AbstractDirectory.add(Entry entry) |
|
boolean |
Directory.add(Entry entry) |
| Constructor | Description |
|---|---|
AbstractDirectory(Collection<? extends Entry> entries) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
EXIFWriter.write(Collection<Entry> entries,
ImageOutputStream stream) |
Deprecated.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TIFFEntry |
Represents a TIFF IFD entry.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
TIFFWriter.computeIFDSize(Collection<Entry> directory) |
|
boolean |
TIFFWriter.write(Collection<Entry> entries,
ImageOutputStream stream) |
|
long |
TIFFWriter.writeIFD(Collection<Entry> entries,
ImageOutputStream stream) |
| Constructor | Description |
|---|---|
IFD(Collection<? extends Entry> pEntries) |
Copyright © 2018. All rights reserved.