codeblockutil
Class ImageManager

java.lang.Object
  extended by codeblockutil.ImageManager

public class ImageManager
extends java.lang.Object


Constructor Summary
ImageManager(java.awt.Component comp)
           
 
Method Summary
 java.awt.image.BufferedImage createImage(java.lang.String file)
           
static boolean hitTest(java.awt.image.BufferedImage img, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageManager

public ImageManager(java.awt.Component comp)
Method Detail

createImage

public java.awt.image.BufferedImage createImage(java.lang.String file)

hitTest

public static boolean hitTest(java.awt.image.BufferedImage img,
                              int x,
                              int y)