Java java.awt.image ImageProducer fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image ImageProducer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image ImageProducer.

The text is from its open source code.

Method

voidstartProduction(ImageConsumer ic)
Registers the specified ImageConsumer object as a consumer and starts an immediate reconstruction of the image data which will then be delivered to this consumer and any other consumer which might have already been registered with the producer.