boolean imageupdate(image obj,int flags,int left,int top,int width,int height)
是不是用于对图象显示信息的监视>? 我不明白几个问题 if((flags&ALLBITS)==0)
{
System.out.println("still processing the image");
return true;

else {      System.out.println("done processing the image");
return false;

我想问下.flags 这参数哪来的?表示什么意识啊.还有几个参数 SOMEBITS,FRAMEBIT,ALLBITS,ERROR,ABORT 这些参数.在图象加栽的过程中都表示什么状态有什么值吗? flags 值是如何确定的.哪为朋友能回答谢谢.有没有图象编程理论资料谢谢.