| sun.awt.image.ImageFetchable
All known Subclasses: sun.awt.image.InputStreamImageSource,
ImageFetchable | public interface ImageFetchable (Code) | | 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 See Also: ImageProducer version: 1.7 08/19/02 author: Jim Graham |
Method Summary | |
public void | doFetch() This method is called by one of the ImageFetcher threads to start
the flow of information from the ImageProducer to the ImageConsumer. |
doFetch | public void doFetch()(Code) | | 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 See Also: ImageProducer |
|
|