ImageProducer.startProduction
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void startProduction( ImageConsumer ic )
Description
This method both registers the given 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 may have already
been registered with the producer. This method differs
from the addConsumer method in that a reproduction of
the image data should be triggered as soon as possible.
See Also
addConsumer