Class marimba.gui.ImageCache
All Packages Class Hierarchy This Package Previous Next Index
Class marimba.gui.ImageCache
java.lang.Object
|
+----marimba.gui.ImageCache
- public final class ImageCache
- extends Object
This class fetches and caches images. Unfortunately we can't
use ImageRef's because they are in a sun package.
- Version:
- 1.10, 01/17/97
- Author:
- Arthur van Hoff
-
flush(URL)
- Flush images from the cache.
-
get(String)
- Get an image given a url in string form.
-
get(URL)
- Get an image given a url.
get
public static Image get(String url)
- Get an image given a url in string form.
get
public static synchronized Image get(URL url)
- Get an image given a url.
flush
public static synchronized void flush(URL url)
- Flush images from the cache. Only images that are
relative to the given URL are flushed.
All Packages Class Hierarchy This Package Previous Next Index