ImageObserver.ALLBITS
Interface Overview | Interface Members |
This Package |
All Packages
Syntax
public static final int ALLBITS
Description
A static image which was previously drawn is now complete and can
be drawn again in its final form. The x, y, width, and height
arguments to the imageUpdate callback method should be ignored.
See Also
drawImage, imageUpdate