com.inet.html.image
Class ImageFetcher

java.lang.Object
  extended by com.inet.html.image.ImageFetcher

public class ImageFetcher
extends java.lang.Object

Alternate image fetcher implementation.


Constructor Summary
ImageFetcher()
           
 
Method Summary
 RemoteImage getImage(java.net.URL location, java.awt.image.ImageObserver observer)
          Creates a image fetch proxy and enqueues the load request
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFetcher

public ImageFetcher()
Method Detail

getImage

public RemoteImage getImage(java.net.URL location,
                            java.awt.image.ImageObserver observer)
Creates a image fetch proxy and enqueues the load request

Parameters:
location - the location of the image to load
observer - the image observer to get notified when the image is available
Returns:
the fetcher proxy