org.deegree_impl.tools
Class ImageUtils

java.lang.Object
  extended byorg.deegree_impl.tools.ImageUtils

public class ImageUtils
extends java.lang.Object

Since:
1.1
Version:
$Revision: 1.1 $, 1.0. $Revision: 1.1 $, $Date: 2004/04/02 06:41:56 $
Author:
Andreas Poth, last edited by: $Author: poth $

Constructor Summary
ImageUtils()
           
 
Method Summary
static java.awt.image.BufferedImage loadImage(java.lang.String fileName)
           
static java.awt.image.BufferedImage loadImage(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUtils

public ImageUtils()
Method Detail

loadImage

public static java.awt.image.BufferedImage loadImage(java.net.URL url)
                                              throws java.io.IOException
Parameters:
url -
Returns:
Throws:
java.io.IOException

loadImage

public static java.awt.image.BufferedImage loadImage(java.lang.String fileName)
                                              throws java.io.IOException
Parameters:
fileName -
Returns:
Throws:
java.io.IOException