public static class JDKRegistryEntry.MyImgObs extends Object implements ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH| Constructor and Description |
|---|
MyImgObs() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
imageUpdate(Image img,
int infoflags,
int x,
int y,
int width,
int height) |
void |
waitTilHeightDone() |
void |
waitTilImageDone() |
void |
waitTilWidthDone() |
void |
waitTilWidthHeightDone() |
public void clear()
public boolean imageUpdate(Image img, int infoflags, int x, int y, int width, int height)
imageUpdate in interface ImageObserverpublic void waitTilWidthHeightDone()
public void waitTilWidthDone()
public void waitTilHeightDone()
public void waitTilImageDone()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.