| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IIOMetadataFormatImplA concrete class providing a reusable implementation of the
  IIOMetadataFormatinterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| IIOMetadataFormat | IIOMetadata. getMetadataFormat(String formatName)Returns an  IIOMetadataFormatobject describing the
 given metadata format, ornullif no description
 is available. | 
| static IIOMetadataFormat | IIOMetadataFormatImpl. getStandardFormatInstance()Returns an  IIOMetadataFormatobject describing the
 standard, plug-in neutraljavax.imageio_1.0metadata document format described in the comment of thejavax.imageio.metadatapackage. | 
| Modifier and Type | Method and Description | 
|---|---|
| IIOMetadataFormat | ImageReaderWriterSpi. getImageMetadataFormat(String formatName)Returns an  IIOMetadataFormatobject describing the
 given image metadata format, ornullif no
 description is available. | 
| IIOMetadataFormat | ImageReaderWriterSpi. getStreamMetadataFormat(String formatName)Returns an  IIOMetadataFormatobject describing the
 given stream metadata format, ornullif no
 description is available. | 
 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, 2012, Oracle and/or its affiliates.  All rights reserved.