API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image. ImageProducer View Source
Author(s)
Jim Graham
Since
Version
1.21 11/17/05
Serial
Hierarchy
 ImageProducer
Subinterfaces
Description
public interface ImageProducer
  The interface for objects which can produce the image data for Images.
See also:    ImageConsumer
Methods
Hide/Show inherited methods
public void addConsumer (ImageConsumer ic)
  Registers an ImageConsumer with the ImageProducer for access to the image data during a later reconstruction of the Image.
public boolean isConsumer (ImageConsumer ic)
  Determines if a specified ImageConsumer object is currently registered with this ImageProducer as one of its consumers.
public void removeConsumer (ImageConsumer ic)
  Removes the specified ImageConsumer object from the list of consumers currently registered to receive image data.
public void requestTopDownLeftRightResend (ImageConsumer ic)
  Requests, on behalf of the ImageConsumer, that the ImageProducer attempt to resend the image data one more time in TOPDOWNLEFTRIGHT order so that higher quality conversion algorithms which depend on receiving pixels in order can be used to produce a better output version of the image.
public 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.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar