API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.imageio.metadata
Author(s)
Since
1.4
Version
Serial
Description
  A package of the Java Image I/O API dealing with reading and writing metadata.
See also:   
IIOInvalidTreeException View Source An IIOInvalidTreeException is thrown when an attempt by an IIOMetadata object to parse a tree of IIOMetadataNodes fails.
IIOMetadata View Source An abstract class to be extended by objects that represent metadata (non-image data) associated with images and streams.
IIOMetadataController View Source An interface to be implemented by objects that can determine the settings of an IIOMetadata object, either by putting up a GUI to obtain values from a user, or by other means.
IIOMetadataFormat View Source An object describing the structure of metadata documents returned from IIOMetadata.getAsTree and passed to IIOMetadata.setFromTree and mergeTree.
IIOMetadataFormatImpl View Source A concrete class providing a reusable implementation of the IIOMetadataFormat interface.
IIOMetadataNode View Source A class representing a node in a meta-data tree, which implements the org.w3c.dom.Element interface and additionally allows for the storage of non-textual objects via the getUserObject and setUserObject methods.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar