Uses of Class
javax.imageio.metadata.IIOInvalidTreeException
Packages that use IIOInvalidTreeException
Package
Description
A package of the Java Image I/O API dealing with reading and writing
 metadata.
Public classes used by the built-in TIFF plug-ins.
- 
Uses of IIOInvalidTreeException in javax.imageio.metadataMethods in javax.imageio.metadata that throw IIOInvalidTreeExceptionModifier and TypeMethodDescriptionabstract voidAlters 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 IIOInvalidTreeExceptionModifier and TypeMethodDescriptionstatic TIFFDirectoryTIFFDirectory.createFromMetadata(IIOMetadata tiffImageMetadata)Creates aTIFFDirectoryinstance from the contents of an image metadata object.