irc
Class AppletImageLoader

java.lang.Object
  |
  +--irc.AppletImageLoader
All Implemented Interfaces:
ImageLoader

public class AppletImageLoader
extends java.lang.Object
implements ImageLoader

Image loading via applet.


Constructor Summary
AppletImageLoader(java.applet.Applet app)
          Create a new AppletImageLoader using the given applet.
 
Method Summary
 java.awt.Image getImage(java.lang.String source)
          Load the given image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletImageLoader

public AppletImageLoader(java.applet.Applet app)
Create a new AppletImageLoader using the given applet.

Parameters:
app - the applet to use.
Method Detail

getImage

public java.awt.Image getImage(java.lang.String source)
Description copied from interface: ImageLoader
Load the given image.

Specified by:
getImage in interface ImageLoader
Parameters:
source - image to load.
Returns:
loaded image, or null if unable.