public class ImageHelper
extends java.lang.Object
implements java.awt.image.ImageObserver
| Modifier and Type | Field and Description |
|---|---|
boolean |
badImage
flags whether image is bad
|
| Constructor and Description |
|---|
ImageHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
imageUpdate(java.awt.Image i,
int f,
int x,
int y,
int w,
int h)
monitor image load
|