agents
Class ImageLoader

java.lang.Object
  |
  +--agents.ImageLoader

public class ImageLoader
extends java.lang.Object

Class for loading images from jar file


Constructor Summary
ImageLoader()
          Method for creation of a new instance from this class.
 
Method Summary
 java.awt.Image loadImage(java.lang.String s)
          Method for returning the loaded image.
 javax.swing.ImageIcon loadImageIcon(java.lang.String s)
          Method for loading an image from the file specified by the string s
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageLoader

public ImageLoader()
Method for creation of a new instance from this class.
Method Detail

loadImageIcon

public final javax.swing.ImageIcon loadImageIcon(java.lang.String s)
Method for loading an image from the file specified by the string s

loadImage

public final java.awt.Image loadImage(java.lang.String s)
Method for returning the loaded image.