Class ImageUtils

java.lang.Object
  extended by ImageUtils

public class ImageUtils
extends Object


Constructor Summary
ImageUtils()
           
 
Method Summary
static BufferedImage loadImage(String filename)
           
static BufferedImage mirrorImage(BufferedImage theImage)
           
 
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 BufferedImage loadImage(String filename)

mirrorImage

public static BufferedImage mirrorImage(BufferedImage theImage)