oop2.setGame
Class ImageLoader

java.lang.Object
  extended byoop2.setGame.ImageLoader

public class ImageLoader
extends Object

Load an image from a String or URL

Author:
Ben Bederson, Bill Pugh Copyright (C) 2003-2004 University of Maryland

Constructor Summary
ImageLoader()
           
 
Method Summary
static BufferedImage getImage(String f)
           
static BufferedImage getImage(URL u)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageLoader

public ImageLoader()
Method Detail

getImage

public static BufferedImage getImage(String f)

getImage

public static BufferedImage getImage(URL u)