Uses of Package
javax.imageio.metadata
-
Packages that use javax.imageio.metadata Package Description javax.imageio The main package of the Java Image I/O API.javax.imageio.metadata A package of the Java Image I/O API dealing with reading and writing metadata.javax.imageio.spi A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry. -
Classes in javax.imageio.metadata used by javax.imageio Class and Description IIOMetadata An abstract class to be extended by objects that represent metadata (non-image data) associated with images and streams. -
Classes in javax.imageio.metadata used by javax.imageio.metadata Class and Description IIOInvalidTreeException AnIIOInvalidTreeException
is thrown when an attempt by anIIOMetadata
object to parse a tree ofIIOMetadataNode
s fails.IIOMetadata An abstract class to be extended by objects that represent metadata (non-image data) associated with images and streams.IIOMetadataController 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.IIOMetadataFormat An object describing the structure of metadata documents returned fromIIOMetadata.getAsTree
and passed toIIOMetadata.setFromTree
andmergeTree
.IIOMetadataNode 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. -
Classes in javax.imageio.metadata used by javax.imageio.spi Class and Description IIOMetadataFormat An object describing the structure of metadata documents returned fromIIOMetadata.getAsTree
and passed toIIOMetadata.setFromTree
andmergeTree
.
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.