| Package | Description |
|---|---|
| org.monte.media.tiff |
Provides media handlers for the TIFF file format.
|
| Modifier and Type | Field and Description |
|---|---|
protected IFDEntry |
TIFFNode.ifdEntry
The IFDEntry from which this node was read.
|
| Modifier and Type | Method and Description |
|---|---|
IFDEntry |
IFD.get(int index)
Returns the
IFDEntry at the specified index. |
IFDEntry |
TIFFNode.getIFDEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<IFDEntry> |
IFD.getEntries()
Returns an unmodifiale list of the
IFDEntrys. |
| Constructor and Description |
|---|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
ArrayList<FileSegment> fileSegments)
Creates a TIFFDirectory identified by the specified TIFFTag and associated
with the specified IFD and file segments.
|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
FileSegment fileSegment)
Creates a TIFFDirectory identified by the specified TIFFTag and associated
with the specified IFD and file segments.
|
TIFFField(TIFFTag tag,
Object data,
IFDEntry entry) |
Copyright © 2014. All Rights Reserved.