|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmako5.gfx.ImageLoader
public class ImageLoader
This class loads images of different types of files. Essentially, ImageLoader is a facade for the entire image input subsystem.
Constructor Summary | |
---|---|
ImageLoader()
|
Method Summary | |
---|---|
static Image |
load(String file_)
Loads an image from the given file. |
static DefaultImage |
loadDefaultImage(String file_)
Loads an image from the given file. |
static MaskedImage |
loadMaskedImage(String file_,
String mask_)
Loads a masked image from the given file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageLoader()
Method Detail |
---|
public static DefaultImage loadDefaultImage(String file_)
public static MaskedImage loadMaskedImage(String file_, String mask_)
public static Image load(String file_)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |