软件包 | 描述 |
---|---|
javax.imageio.metadata |
一包I/O API处理读写的java图像元数据。
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IIOMetadata.mergeTree(String formatName, Node root)
改变这
IIOMetadata 对象的内部状态从树的XML DOM
Node s其语法是由给定的元数据格式定义。
|
void |
IIOMetadata.setFromTree(String formatName, Node root)
设置此
IIOMetadata 对象的内部状态从树的XML DOM
Node s其语法是由给定的元数据格式定义。
|
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.