软件包 | 描述 |
---|---|
javax.imageio |
java的图像I/O API主要包。
|
Modifier and Type | Field and Description |
---|---|
protected List<IIOReadUpdateListener> |
ImageReader.updateListeners
一个
List 目前注册
IIOReadUpdateListener s,默认
null 初始化,这是一个空
List 同义。
|
Modifier and Type | Method and Description |
---|---|
void |
ImageReader.addIIOReadUpdateListener(IIOReadUpdateListener listener)
增加了一个
IIOReadUpdateListener 注册侦听器列表的更新。
|
void |
ImageReader.removeIIOReadUpdateListener(IIOReadUpdateListener listener)
删除从注册更新列表
IIOReadUpdateListener 听众。
|
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.