ImageConsumer.SINGLEPASS

ImageConsumer.SINGLEPASS

Interface Overview | Interface Members | This Package | All Packages

Syntax
public static final int SINGLEPASS
Description
The pixels will be delivered in a single pass. Each pixel will appear in only one call to any of the setPixels methods. An example of an image format which does not meet this criterion is a progressive JPEG image which defines pixels in multiple passes, each more refined than the previous.

See Also
setHints