Package | Description |
---|---|
org.monte.media.exif |
Provides media handlers for EXIF meta-data.
|
org.monte.media.mpo |
Provides media handlers for the MPO file format.
|
org.monte.media.tiff |
Provides media handlers for the TIFF file format.
|
Modifier and Type | Method and Description |
---|---|
TIFFNode |
EXIFReader.getMetaDataTree()
Gets the meta data as a Swing TreeNode structure.
|
Modifier and Type | Method and Description |
---|---|
TIFFNode |
MPOImageReader.getExifMetadata() |
Modifier and Type | Class and Description |
---|---|
class |
TIFFDirectory
A convenience class for working with TIFF IFD's.
|
class |
TIFFField
A field in a
TIFFDirectory . |
Modifier and Type | Method and Description |
---|---|
TIFFNode |
TIFFNode.getChildAt(int i) |
TIFFNode |
TIFFNode.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TIFFNode> |
TIFFNode.getChildren() |
java.util.Iterator<TIFFNode> |
TIFFNode.postorderIterator() |
java.util.Iterator<TIFFNode> |
TIFFNode.preorderIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TIFFNode.add(TIFFNode node) |