Example usage for java.awt.image ImageConsumer RANDOMPIXELORDER

List of usage examples for java.awt.image ImageConsumer RANDOMPIXELORDER

Introduction

In this page you can find the example usage for java.awt.image ImageConsumer RANDOMPIXELORDER.

Prototype

int RANDOMPIXELORDER

To view the source code for java.awt.image ImageConsumer RANDOMPIXELORDER.

Click Source Link

Document

The pixels will be delivered in a random order.

Usage

From source file:MainClass.java

public void setHints(int hints) {
    consumer.setHints(ImageConsumer.RANDOMPIXELORDER);
}