Public classes used by the built-in TIFF plug-ins.
-
final class
A class representing the set of tags found in the baseline TIFF
specification as well as some common additional tags.
final class
A class representing the tags found in an Exif GPS Info IFD.
final class
A class representing the tags found in an Exif Interoperability IFD.
final class
A class containing the TIFF tags used to reference the Exif and GPS IFDs.
final class
A class representing the tags found in an Exif IFD.
final class
A class representing the extra tags found in a
TIFF-F (RFC 2036) file.
final class
A class representing the tags found in a GeoTIFF IFD.
Returns the TIFFTagSet
of which this tag is a part.
Returns the
TIFFTagSet
s of which this directory is aware.
Returns a List
containing the allowed
TIFFTagSet
objects.
void
Adds a TIFFTagSet
object to the list of allowed
tag sets.
void
Adds an element to the group of
TIFFTagSet
s of which this
directory is aware.
Creates a TIFFField
from a TIFF native image
metadata node.
void
Removes a TIFFTagSet
object from the list of
allowed tag sets.
void
Removes an element from the group of
TIFFTagSet
s of which this
directory is aware.
Constructs a
TIFFDirectory
which is aware of a given
group of
TIFFTagSet
s.
Constructs a TIFFTag
with a given name, tag number and
TIFFTagSet
to which it refers.