public static class JDKRegistryEntry.MyImgObs
extends java.lang.Object
implements java.awt.image.ImageObserver
| 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() |
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 © 2022 Apache Software Foundation. All Rights Reserved.