|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.huguesjohnson.ImageLoader
public abstract class ImageLoader
Utility class to load an image from a file.
Constructor Summary | |
---|---|
ImageLoader()
|
Method Summary | |
---|---|
static java.awt.image.BufferedImage |
loadBufferedImage(java.lang.String imagePath)
Loads a BufferedImage from a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageLoader()
Method Detail |
---|
public static final java.awt.image.BufferedImage loadBufferedImage(java.lang.String imagePath)
imagePath
- The full path to the file to load.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |