Class JDKRegistryEntry.MyImgObs
java.lang.Object
org.apache.batik.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
- All Implemented Interfaces:
ImageObserver
- Enclosing class:
JDKRegistryEntry
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) boolean(package private) boolean(package private) boolean(package private) int(package private) int(package private) booleanFields inherited from interface ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanimageUpdate(Image img, int infoflags, int x, int y, int width, int height) voidvoidvoidvoid
-
Field Details
-
widthDone
boolean widthDone -
heightDone
boolean heightDone -
imageDone
boolean imageDone -
width
int width -
height
int height -
imageError
boolean imageError -
IMG_BITS
int IMG_BITS
-
-
Constructor Details
-
MyImgObs
public MyImgObs()
-
-
Method Details
-
clear
public void clear() -
imageUpdate
- Specified by:
imageUpdatein interfaceImageObserver
-
waitTilWidthHeightDone
public void waitTilWidthHeightDone() -
waitTilWidthDone
public void waitTilWidthDone() -
waitTilHeightDone
public void waitTilHeightDone() -
waitTilImageDone
public void waitTilImageDone()
-