java命名空间java.awt.image类componentsamplemodel的类成员方法:
setpixel定义及介绍
本文导语:
setpixel
public void setpixel(int x,
int y,
int[] iarray,
databuffer data)
使用输入样本的 int 数组设置 databuffer 中的像素。如果坐标不在边界内部,则抛出 arrayindexoutofboundsexception。
覆盖:...
setpixel
public void setpixel(int x,
int y,
int[] iarray,
databuffer data)
- 使用输入样本的 int 数组设置
databuffer
中的像素。如果坐标不在边界内部,则抛出 arrayindexoutofboundsexception
。
- 覆盖:
- 类
samplemodel
中的 setpixel
- 参数:
x
- 像素位置的 x 坐标y
- 像素位置的 y 坐标iarray
- int 数组形式的输入样本data
- 包含图像数据的 databuffer- 另请参见:
getpixel(int, int, int[], databuffer)