| 软件包 | 描述 |
|---|---|
| javax.imageio |
java的图像I/O API主要包。
|
| Modifier and Type | Field and Description |
|---|---|
protected ImageWriterSpi |
ImageWriter.originatingProvider
的
ImageWriterSpi实例化该对象,或
null如果其身份尚不清楚或不存在。
|
| Modifier and Type | Method and Description |
|---|---|
ImageWriterSpi |
ImageWriter.getOriginatingProvider()
返回的
ImageWriterSpi
ImageWriter创建这个对象,或
null如果这个对象不是通过
IIORegistry创建。
|
| Constructor and Description |
|---|
ImageWriter(ImageWriterSpi originatingProvider)
构建了一个
ImageWriter和集提供的价值
originatingProvider实例变量。
|
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.