| 软件包 | 描述 |
|---|---|
| javax.imageio.metadata |
一包I/O API处理读写的java图像元数据。
|
| Modifier and Type | Field and Description |
|---|---|
protected IIOMetadataController |
IIOMetadata.controller
的
IIOMetadataController将用于此
IIOMetadata对象提供的设置时,
activateController方法称为。
|
protected IIOMetadataController |
IIOMetadata.defaultController
一个
IIOMetadataController建议用于这
IIOMetadata对象控制器。
|
| Modifier and Type | Method and Description |
|---|---|
IIOMetadataController |
IIOMetadata.getController()
返回当前安装的是什么
IIOMetadataController。
|
IIOMetadataController |
IIOMetadata.getDefaultController()
返回默认
IIOMetadataController,如果有一个,不管当前安装的控制器。
|
| Modifier and Type | Method and Description |
|---|---|
void |
IIOMetadata.setController(IIOMetadataController controller)
集
IIOMetadataController用来为这
IIOMetadata对象提供的设置时,
activateController方法被调用,覆盖任何默认的控制器。
|
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.