Class Overview | Class Members | This Package | All Packages
The imageUpdate method of Component incrementally draws an image on the component as more of the bits of the image are available.
If the system property awt.image.incrementalDraw is missing or has the value true, the image is incrementally drawn, If the system property has any other value, then the image is not drawn until it has been completely loaded.
Also, if incremental drawing is in effect, the value of the system property awt.image.redrawrate is interpreted as an integer to give the maximum redraw rate, in milliseconds. If the system property is missing or cannot be interpreted as an integer, the redraw rate is once every 100ms.
The interpretation of the x, y, width, and height arguments depends on the value of the infoflags argument.