ImageConsumer.SINGLEFRAME

ImageConsumer.SINGLEFRAME

Interface Overview | Interface Members | This Package | All Packages

Syntax
public static final int SINGLEFRAME
Description
The image contain a single static image. The pixels will be defined in calls to the setPixels methods and then the imageComplete method will be called with the STATICIMAGEDONE flag after which no more image data will be delivered. An example of an image type which would not meet these criteria would be the output of a video feed, or the representation of a 3D rendering being manipulated by the user. The end of each frame in those types of images will be indicated by calling imageComplete with the SINGLEFRAMEDONE flag.

See Also
setHints, imageComplete