RANDOMPIXELORDER
JDK Doc(JAVA)Download this dictionary
RANDOMPIXELORDER
- Static variable in interface java.awt.image.ImageConsumer 
public static final int RANDOMPIXELORDER
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(int)