ImageConsumer.RANDOMPIXELORDER

ImageConsumer.RANDOMPIXELORDER

Interface Overview | Interface Members | This Package | All Packages

Syntax
public static final int RANDOMPIXELORDER
Description
The pixels will be delivered in a random order. This tells the ImageConsumer not to use any optimizations that depend on the order of pixel delivery, which should be the default assumption in the absence of any call to the setHints method.

See Also
setHints