Class com.next.gt.ImageManager
All Packages Class Hierarchy This Package Previous Next Index
Class com.next.gt.ImageManager
java.lang.Object
|
+----com.next.gt.ImageManager
- public class ImageManager
- extends Object
-
ImageManager(Gamelet)
- Cache those images which are listed in images/.cache.
-
ImageManager(Gamelet, String)
- Cache those images which are listed in the specified cache file.
ImageManager
public ImageManager(Gamelet theOwner)
- Cache those images which are listed in images/.cache.
ImageManager
public ImageManager(Gamelet theOwner,
String cacheFile)
- Cache those images which are listed in the specified cache file.
This cache file should exist under the images directory.
All Packages Class Hierarchy This Package Previous Next Index