Uses of Package
javax.imageio.metadata
Package
Description
The main package of the Java Image I/O API.
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.
A package of the Java Image I/O API containing the plug-in interfaces for
readers, writers, transcoders, and streams, and a runtime registry.
-
ClassDescriptionAn abstract class to be extended by objects that represent metadata (non-image data) associated with images and streams.
-
ClassDescriptionAn
IIOInvalidTreeException
is thrown when an attempt by anIIOMetadata
object to parse a tree ofIIOMetadataNode
s fails.An abstract class to be extended by objects that represent metadata (non-image data) associated with images and streams.An interface to be implemented by objects that can determine the settings of anIIOMetadata
object, either by putting up a GUI to obtain values from a user, or by other means.An object describing the structure of metadata documents returned fromIIOMetadata.getAsTree
and passed toIIOMetadata.setFromTree
andmergeTree
.A class representing a node in a meta-data tree, which implements theorg.w3c.dom.Element
interface and additionally allows for the storage of non-textual objects via thegetUserObject
andsetUserObject
methods. -
ClassDescriptionAn
IIOInvalidTreeException
is thrown when an attempt by anIIOMetadata
object to parse a tree ofIIOMetadataNode
s fails.An abstract class to be extended by objects that represent metadata (non-image data) associated with images and streams. -
ClassDescriptionAn object describing the structure of metadata documents returned from
IIOMetadata.getAsTree
and passed toIIOMetadata.setFromTree
andmergeTree
.