public static class JDKRegistryEntry.MyImgObs
extends java.lang.Object
implements java.awt.image.ImageObserver
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
height |
(package private) boolean |
heightDone |
(package private) boolean |
imageDone |
(package private) boolean |
imageError |
(package private) int |
IMG_BITS |
(package private) int |
width |
(package private) boolean |
widthDone |
| Constructor and Description |
|---|
MyImgObs() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
imageUpdate(java.awt.Image img,
int infoflags,
int x,
int y,
int width,
int height) |
void |
waitTilHeightDone() |
void |
waitTilImageDone() |
void |
waitTilWidthDone() |
void |
waitTilWidthHeightDone() |
boolean widthDone
boolean heightDone
boolean imageDone
int width
int height
boolean imageError
int IMG_BITS
public void clear()
public boolean imageUpdate(java.awt.Image img,
int infoflags,
int x,
int y,
int width,
int height)
imageUpdate in interface java.awt.image.ImageObserverpublic void waitTilWidthHeightDone()
public void waitTilWidthDone()
public void waitTilHeightDone()
public void waitTilImageDone()