Uses of Class
javax.imageio.metadata.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.metadata
Modifier and TypeMethodDescriptionabstract void
Alters the internal state of thisIIOMetadata
object from a tree of XML DOMNode
s whose syntax is defined by the given metadata format.void
IIOMetadata.setFromTree
(String formatName, Node root) Sets the internal state of thisIIOMetadata
object from a tree of XML DOMNode
s whose syntax is defined by the given metadata format. -
Uses of IIOInvalidTreeException in javax.imageio.plugins.tiff
Modifier and TypeMethodDescriptionstatic TIFFDirectory
TIFFDirectory.createFromMetadata
(IIOMetadata tiffImageMetadata) Creates aTIFFDirectory
instance from the contents of an image metadata object.