Public classes used by the built-in TIFF plug-ins.
-
Returns the parent
TIFFTag
of this directory if one
has been defined or
null
otherwise.
TIFFDirectory.getTag(int tagNumber)
Returns the
TIFFTag
which has tag number equal to
tagNumber
or
null
if no such tag
exists in the
TIFFTagSet
s associated with this
directory.
Retrieves the tag associated with this field.
TIFFTagSet.getTag(int tagNumber)
Returns the TIFFTag
from this set that is
associated with the given tag number, or null
if
no tag exists for that number.
Returns the TIFFTag
having the given tag name, or
null
if the named tag does not belong to this tag set.
Constructs a
TIFFDirectory
which is aware of a given
group of
TIFFTagSet
s.
Constructs a TIFFField
with arbitrary data.
Constructs a TIFFField
with an IFD offset and contents.
Constructs a TIFFField
with a single non-negative integral
value.
Constructs a TIFFTagSet
, given a List
of TIFFTag
objects.