Package | Description |
---|---|
com.sun.media.imageio.plugins.tiff |
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
BaselineTIFFTagSet
A class representing the set of tags found in the baseline TIFF
specification as well as some common additional tags.
|
class |
EXIFGPSTagSet
A class representing the tags found in an EXIF GPS Info IFD.
|
class |
EXIFInteroperabilityTagSet
A class representing the tags found in an EXIF Interoperability IFD.
|
class |
EXIFParentTIFFTagSet
A class containing the TIFF tags used to reference the EXIF and GPS IFDs.
|
class |
EXIFTIFFTagSet
A class representing the tags found in an EXIF IFD.
|
class |
FaxTIFFTagSet
A class representing the extra tags found in a
TIFF-F (RFC 2036) file.
|
class |
GeoTIFFTagSet
A class representing the tags found in a GeoTIFF IFD.
|
Modifier and Type | Method and Description |
---|---|
TIFFTagSet |
TIFFTag.getTagSet()
Returns the
TIFFTagSet of which this tag is a part. |
TIFFTagSet[] |
TIFFDirectory.getTagSets()
Returns the
TIFFTagSet s of which this directory is aware. |
Modifier and Type | Method and Description |
---|---|
void |
TIFFImageReadParam.addAllowedTagSet(TIFFTagSet tagSet)
Adds a
TIFFTagSet object to the list of allowed
tag sets. |
void |
TIFFDirectory.addTagSet(TIFFTagSet tagSet)
Adds an element to the group of
TIFFTagSet s of which this
directory is aware. |
static TIFFField |
TIFFField.createFromMetadataNode(TIFFTagSet tagSet,
Node node)
Creates a
TIFFField from a TIFF native image
metadata node. |
void |
TIFFImageReadParam.removeAllowedTagSet(TIFFTagSet tagSet)
Removes a
TIFFTagSet object from the list of
allowed tag sets. |
void |
TIFFDirectory.removeTagSet(TIFFTagSet tagSet)
Removes an element from the group of
TIFFTagSet s of which this
directory is aware. |
Constructor and Description |
---|
TIFFDirectory(TIFFTagSet[] tagSets,
TIFFTag parentTag)
Constructs a
TIFFDirectory which is aware of a given
group of TIFFTagSet s. |
TIFFTag(String name,
int number,
int dataTypes,
TIFFTagSet tagSet)
Constructs a
TIFFTag with a given name, tag number, set
of legal data types, and TIFFTagSet to which it refers. |
Copyright © 2014 Open Microscopy Environment