irc
Class AWTImageLoader

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

public class AWTImageLoader
extends java.lang.Object
implements ImageLoader

AWT image loading.


Constructor Summary
AWTImageLoader()
           
 
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

AWTImageLoader

public AWTImageLoader()
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.