Package | Description |
---|---|
javax.imageio.plugins.tiff |
Public classes used by the built-in TIFF plug-ins.
|
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 |
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 |
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 |
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 non-negative integral
value. |
TIFFField(TIFFTag tag,
int type,
int count)
Constructs a data array using
createArrayForType() and invokes
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. |
TIFFField(TIFFTag tag,
int type,
long offset,
TIFFDirectory dir)
Constructs a
TIFFField with an IFD offset and contents. |
Constructor and Description |
---|
TIFFTagSet(List<TIFFTag> tags)
Constructs a
TIFFTagSet , given a List
of TIFFTag objects. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait