public static final int FRAMEBITS

This flag in the infoflags argument to imageUpdate indicates that another complete frame of a multi-frame image which was previously drawn is now available to be drawn again. The x, y, width, and height arguments to the imageUpdate callback method should be ignored.

See also:
java.awt.Graphics.drawImage, imageUpdate