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.
|
com.sun.media.imageioimpl.plugins.tiff |
Modifier and Type | Method and Description |
---|---|
TIFFTag |
TIFFDirectory.getParentTag()
Returns the parent
TIFFTag of this directory if one
has been defined or null otherwise. |
TIFFTag |
TIFFField.getTag()
Retrieves the tag associated with this field.
|
TIFFTag |
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. |
TIFFTag |
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. |
TIFFTag |
TIFFTagSet.getTag(String tagName)
Returns the
TIFFTag having the given tag name, or
null if the named tag does not belong to this tag set. |
Constructor and Description |
---|
TIFFDirectory(TIFFTagSet[] tagSets,
TIFFTag parentTag)
Constructs a
TIFFDirectory which is aware of a given
group of TIFFTagSet s. |
TIFFField(TIFFTag tag,
int value)
Constructs a
TIFFField with a single integral value. |
TIFFField(TIFFTag tag,
int type,
int count)
Constructs a data array using
and invokes
TIFFField.TIFFField(TIFFTag,int,int,Object) with the supplied
parameters and the created array. |
TIFFField(TIFFTag tag,
int type,
int count,
Object data)
Constructs a
TIFFField with arbitrary data. |
Modifier and Type | Method and Description |
---|---|
static TIFFTag |
TIFFIFD.getTag(int tagNumber,
List tagSets) |
static TIFFTag |
TIFFIFD.getTag(String tagName,
List tagSets) |
Constructor and Description |
---|
TIFFIFD(List tagSets,
TIFFTag parentTag) |
Copyright © 2014 Open Microscopy Environment