| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IIOMetadataFormat | |
|---|---|
| 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. | 
| Uses of IIOMetadataFormat in javax.imageio.metadata | 
|---|
| Classes in javax.imageio.metadata that implement IIOMetadataFormat | |
|---|---|
|  class | IIOMetadataFormatImplA concrete class providing a reusable implementation of the IIOMetadataFormatinterface. | 
| Methods in javax.imageio.metadata that return IIOMetadataFormat | |
|---|---|
|  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. | 
| Uses of IIOMetadataFormat in javax.imageio.spi | 
|---|
| Methods in javax.imageio.spi that return IIOMetadataFormat | |
|---|---|
|  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. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.