java.awt.image.ImageObserverpublic static class JDKRegistryEntry.MyImgObs
extends java.lang.Object
implements java.awt.image.ImageObserver
| Constructor | Description |
|---|---|
MyImgObs() |
| Modifier and Type | Method | 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() |
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()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.