|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexamples.cityguide.ImageManager
public class ImageManager
Lets you load image from resource and stores it in cache for later usage
Method Summary | |
---|---|
javax.microedition.lcdui.Image |
getImage(java.lang.String name)
Load image from resource and store it in cache. |
static ImageManager |
getInstance()
|
void |
loadImagesCache(java.util.Enumeration e)
Batch load images into cache |
void |
loadImagesCache(java.lang.String[] names)
Batch load images into cache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ImageManager getInstance()
public javax.microedition.lcdui.Image getImage(java.lang.String name)
public void loadImagesCache(java.lang.String[] names)
public void loadImagesCache(java.util.Enumeration e)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |