| Package | Description |
|---|---|
| org.monte.media.tiff |
Provides media handlers for the TIFF file format.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FileSegment> |
TIFFDirectory.getFileSegments()
Returns the segments of the TIFF file inside its parent file.
|
| Constructor and Description |
|---|
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.
|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
long offset,
long length,
FileSegment fileSegment) |
| 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,
long offset,
long length,
ArrayList<FileSegment> fileSegments) |
Copyright © 2014. All Rights Reserved.