软件包 | 描述 |
---|---|
javax.imageio.metadata |
一包I/O API处理读写的java图像元数据。
|
javax.imageio.spi |
一包I/O API包含读者、作家的插件接口,代码转换器,和溪流的java图像,和一个运行时注册表。
|
Modifier and Type | Class and Description |
---|---|
class |
IIOMetadataFormatImpl
一个具体的类提供了一个可重用的
IIOMetadataFormat 接口实现。
|
Modifier and Type | Method and Description |
---|---|
IIOMetadataFormat |
IIOMetadata.getMetadataFormat(String formatName)
返回一个
IIOMetadataFormat 对象描述给定的元数据格式,或
null 如果没有合适的描述。
|
static IIOMetadataFormat |
IIOMetadataFormatImpl.getStandardFormatInstance()
返回描述标准
IIOMetadataFormat 对象,插入中性
javax.imageio_1.0 元数据文件格式的
javax.imageio.metadata 包评论描述。
|
Modifier and Type | Method and Description |
---|---|
IIOMetadataFormat |
ImageReaderWriterSpi.getImageMetadataFormat(String formatName)
返回给定图像的元数据格式描述的
IIOMetadataFormat 对象,或
null 如果没有合适的描述。
|
IIOMetadataFormat |
ImageReaderWriterSpi.getStreamMetadataFormat(String formatName)
返回描述给定流元数据格式的
IIOMetadataFormat 对象,或
null 如果没有合适的描述。
|
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, 2014, Oracle and/or its affiliates. All rights reserved.