Uses of Class
javax.imageio.metadata.IIOInvalidTreeException
| Package | Description | 
|---|---|
| javax.imageio.metadata | A package of the Java Image I/O API dealing with reading and writing
 metadata. | 
| javax.imageio.plugins.tiff | Public classes used by the built-in TIFF plug-ins. | 
- 
Uses of IIOInvalidTreeException in javax.imageio.metadataMethods in javax.imageio.metadata that throw IIOInvalidTreeException Modifier and Type Method Description abstract voidIIOMetadata. mergeTree(String formatName, Node root)Alters the internal state of thisIIOMetadataobject from a tree of XML DOMNodes whose syntax is defined by the given metadata format.voidIIOMetadata. setFromTree(String formatName, Node root)Sets the internal state of thisIIOMetadataobject from a tree of XML DOMNodes whose syntax is defined by the given metadata format.
- 
Uses of IIOInvalidTreeException in javax.imageio.plugins.tiffMethods in javax.imageio.plugins.tiff that throw IIOInvalidTreeException Modifier and Type Method Description static TIFFDirectoryTIFFDirectory. createFromMetadata(IIOMetadata tiffImageMetadata)Creates aTIFFDirectoryinstance from the contents of an image metadata object.