扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.awt.image类componentsamplemodel的类成员方法: getoffset定义及介绍
发布时间:2014-2-17
本文导语:
getoffset
public int getoffset(int x,
int y)
获取像素 (x,y) 的第一个 band 的偏移量。第一个 band 的样本可以从具有 componentsamplemodel csm 的 databuffer data 中检索,如下所示:
data.getelem(csm.getoffset(x, y));
参数:x - ...