opengl.common
Class BitmapLoader

java.lang.Object
  extended by opengl.common.BitmapLoader

public class BitmapLoader
extends java.lang.Object

Windows bitmap file loader.

Author:
Abdul Bezrati, Pepijn Van Eeckhoudt

Constructor Summary
BitmapLoader()
           
 
Method Summary
static java.awt.image.BufferedImage loadBitmap(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapLoader

public BitmapLoader()
Method Detail

loadBitmap

public static java.awt.image.BufferedImage loadBitmap(java.lang.String file)
                                               throws java.io.IOException
Throws:
java.io.IOException