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 | Field and Description |
---|---|
private TIFFField[] |
TIFFDirectory.lowFields
The fields in this directory which have a low tag number.
|
Modifier and Type | Method and Description |
---|---|
static TIFFField |
TIFFField.createFromMetadataNode(TIFFTagSet tagSet,
Node node)
Creates a
TIFFField from a TIFF native image
metadata node. |
TIFFField |
TIFFDirectory.getTIFFField(int tagNumber)
Retrieves a TIFF field from the directory.
|
TIFFField[] |
TIFFDirectory.getTIFFFields()
Retrieves all TIFF fields from the directory.
|
Modifier and Type | Method and Description |
---|---|
void |
TIFFDirectory.addTIFFField(TIFFField f)
Adds a TIFF field to the directory.
|
Modifier and Type | Field and Description |
---|---|
private TIFFField |
TIFFFieldNode.field |
Modifier and Type | Method and Description |
---|---|
TIFFField |
TIFFImageMetadata.getTIFFField(int tagNumber) |
Modifier and Type | Method and Description |
---|---|
private static String |
TIFFFieldNode.getNodeName(TIFFField f) |
private static void |
TIFFIFD.writeTIFFFieldToStream(TIFFField field,
ImageOutputStream stream) |
Constructor and Description |
---|
TIFFFieldNode(TIFFField field) |
Copyright © 2016 Open Microscopy Environment