| Package | Description |
|---|---|
| javax.imageio.metadata |
A package of the Java Image I/O API dealing with reading and writing metadata.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
IIOMetadata.mergeTree(String
Alters the internal state of this
IIOMetadata object from a tree of XML DOM
Nodes whose syntax is defined by the given metadata format.
|
void |
IIOMetadata.setFromTree(String
Sets the internal state of this
IIOMetadata object from a tree of XML DOM
Nodes whose syntax is defined by the given metadata format.
|