软件包 | 描述 |
---|---|
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.