软件包 | 描述 |
---|---|
javax.imageio |
java的图像I/O API主要包。
|
Modifier and Type | Field and Description |
---|---|
protected IIOParamController |
IIOParam.controller
的
IIOParamController 将用于此
IIOParam 对象提供的设置时,
activateController 方法称为。
|
protected IIOParamController |
IIOParam.defaultController
默认
IIOParamController 将用于此
IIOParam 对象提供的设置时,
activateController 方法称为。
|
Modifier and Type | Method and Description |
---|---|
IIOParamController |
IIOParam.getController()
返回当前安装的是什么
IIOParamController 。
|
IIOParamController |
IIOParam.getDefaultController()
返回默认
IIOParamController ,如果有一个,不管当前安装的控制器。
|
Modifier and Type | Method and Description |
---|---|
void |
IIOParam.setController(IIOParamController controller)
集
IIOParamController 用来为这
IIOParam 对象提供的设置时,
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.