| java.lang.Object com.javelin.swinglets.ImageManager
ImageManager | public class ImageManager (Code) | | ImageManager is a store for creating and retrieving images in.
author: Robin Sharp |
get | public SImage get(String name)(Code) | | Find an GIFEncoder by name.
A broken image is returned if the imgae cannot be found.
|
getUrl | public URL getUrl()(Code) | | Get the URL for the ImageManager.
|
put | public void put(String name, SImage image)(Code) | | Create a GIFEncoder using an SImage.
Removes the image if it is null.
|
setUrl | public void setUrl(URL url)(Code) | | Set the URL for the SwingletManager
|
|
|