See: Description
Interface | Description |
---|---|
IIOMetadataController |
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 |
An object describing the structure of metadata documents returned
from
IIOMetadata.getAsTree and passed to
IIOMetadata.setFromTree and mergeTree . |
Class | Description | ||||
---|---|---|---|---|---|
IIOMetadata |
An abstract class to be extended by objects that represent metadata
(non-image data) associated with images and streams.
|
||||
IIOMetadataFormatImpl |
A concrete class providing a reusable implementation of the
IIOMetadataFormat interface. |
||||
IIOMetadataNode |
A class representing a node in a meta-data tree, which implements
the
Package javax.imageio.metadata DescriptionA package of the Java Image I/O API dealing with reading and writing
metadata.
When reading an image, its per-stream and per-image metadata is made
available as an
When writing an image, its metadata may be set by defining or
modifying an
The format of the metadata contained in the XML Plug-ins may choose to support a standard (plug-in neutral) format. This format does not provide lossless encoding of metadata, but allows a portion of the metadata to be accessed in a generic manner. Each of the standard plug-ins supports a so-called "native" metadata format, which encodes its metadata losslessly:
Submit a bug or feature |