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 |
IIOMetadataFormatImpl
A concrete class providing a reusable implementation of the
IIOMetadataFormat interface. |
Modifier and Type | Method and Description |
---|---|
IIOMetadataFormat |
IIOMetadata.getMetadataFormat(String formatName)
Returns an
IIOMetadataFormat object describing the
given metadata format, or null if no description
is available. |
static IIOMetadataFormat |
IIOMetadataFormatImpl.getStandardFormatInstance()
Returns an
IIOMetadataFormat object describing the
standard, plug-in neutral javax.imageio_1.0
metadata document format described in the comment of the
javax.imageio.metadata package. |
Modifier and Type | Method and Description |
---|---|
IIOMetadataFormat |
ImageReaderWriterSpi.getImageMetadataFormat(String formatName)
Returns an
IIOMetadataFormat object describing the
given image metadata format, or null if no
description is available. |
IIOMetadataFormat |
ImageReaderWriterSpi.getStreamMetadataFormat(String formatName)
Returns an
IIOMetadataFormat object describing the
given stream metadata format, or null if no
description is available. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.