Uses of Interface
javax.imageio.metadata.IIOMetadataFormat
Package
Description
A package of the Java Image I/O API dealing with reading and writing
metadata.
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
Modifier and TypeClassDescriptionclass
A concrete class providing a reusable implementation of theIIOMetadataFormat
interface.Modifier and TypeMethodDescriptionIIOMetadata.getMetadataFormat(String formatName)
Returns anIIOMetadataFormat
object describing the given metadata format, ornull
if no description is available.static IIOMetadataFormat
IIOMetadataFormatImpl.getStandardFormatInstance()
Returns anIIOMetadataFormat
object describing the standard, plug-in neutraljavax.imageio_1.0
metadata document format described in the comment of thejavax.imageio.metadata
package. -
Uses of IIOMetadataFormat in javax.imageio.spi
Modifier and TypeMethodDescriptionImageReaderWriterSpi.getImageMetadataFormat(String formatName)
Returns anIIOMetadataFormat
object describing the given image metadata format, ornull
if no description is available.ImageReaderWriterSpi.getStreamMetadataFormat(String formatName)
Returns anIIOMetadataFormat
object describing the given stream metadata format, ornull
if no description is available.