Example usage for Java java.awt.image ImageProducer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | startProduction(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. |