软件包 | 描述 |
---|---|
java.awt.image |
提供创建和修改图像的类。
|
Modifier and Type | Method and Description |
---|---|
IndexColorModel |
RGBImageFilter.filterIndexColorModel(IndexColorModel icm)
滤波器的一个indexcolormodel对象运行在其颜色表的每一项通过rgbimagefilter子类必须提供filterrgb功能。
|
Modifier and Type | Method and Description |
---|---|
IndexColorModel |
RGBImageFilter.filterIndexColorModel(IndexColorModel icm)
滤波器的一个indexcolormodel对象运行在其颜色表的每一项通过rgbimagefilter子类必须提供filterrgb功能。
|
Constructor and Description |
---|
BufferedImage(int width, int height, int imageType, IndexColorModel cm)
构建了一个
BufferedImage 的一个预定义的图像类型:type_byte_binary或type_byte_indexed。
|
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.