public interface

ImageFetchable

sun.awt.image.ImageFetchable
Known Indirect Subclasses

Class Overview

This interface allows the ImageFetcher class to drive the production of image data in an ImageProducer class by calling the doFetch() method from one of a pool of threads which are created to facilitate asynchronous delivery of image data outside of the standard system threads which manage the applications User Interface.

See Also
  • ImageFetcher
  • ImageProducer

Summary

Public Methods
abstract void doFetch()
This method is called by one of the ImageFetcher threads to start the flow of information from the ImageProducer to the ImageConsumer.

Public Methods

public abstract void doFetch ()

This method is called by one of the ImageFetcher threads to start the flow of information from the ImageProducer to the ImageConsumer.

See Also
  • ImageFetcher
  • ImageProducer