Class JDKRegistryEntry.MyImgObs
java.lang.Object
org.apache.batik.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
- All Implemented Interfaces:
ImageObserver
- Enclosing class:
- JDKRegistryEntry
-
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) boolean
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
imageUpdate
(Image img, int infoflags, int x, int y, int width, int height) void
void
void
void
-
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:
imageUpdate
in interfaceImageObserver
-
waitTilWidthHeightDone
public void waitTilWidthHeightDone() -
waitTilWidthDone
public void waitTilWidthDone() -
waitTilHeightDone
public void waitTilHeightDone() -
waitTilImageDone
public void waitTilImageDone()
-