uk.ac.essex.common.util
Class ImageUtilities

java.lang.Object
  extended by uk.ac.essex.common.util.ImageUtilities

public class ImageUtilities
extends java.lang.Object


Created Date: 15-Jan-2004

You should have received a copy of Lesser GNU public license with this code. If not please visit this site


Constructor Summary
ImageUtilities()
           
 
Method Summary
static java.awt.image.RenderedImage getSourceImage(java.lang.String fileName)
          Get an image using IIO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUtilities

public ImageUtilities()
Method Detail

getSourceImage

public static java.awt.image.RenderedImage getSourceImage(java.lang.String fileName)
                                                   throws java.io.IOException
Get an image using IIO

Parameters:
fileName -
Returns:
Throws:
java.io.IOException