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

Method Index

 o flush(URL)
Flush images from the cache.
 o get(String)
Get an image given a url in string form.
 o get(URL)
Get an image given a url.

Methods

 o get
  public static Image get(String url)
Get an image given a url in string form.
 o get
  public static synchronized Image get(URL url)
Get an image given a url.
 o 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