Uses of Class
javax.imageio.metadata.IIOInvalidTreeException
Packages that use IIOInvalidTreeException
包
描述
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
Methods in javax.imageio.metadata that throw IIOInvalidTreeException修饰符和类方法描述abstract 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.tiff
Methods in javax.imageio.plugins.tiff that throw IIOInvalidTreeException修饰符和类方法描述static TIFFDirectoryTIFFDirectory.createFromMetadata(IIOMetadata tiffImageMetadata) Creates aTIFFDirectoryinstance from the contents of an image metadata object.