org.eclipse.cdt.debug.internal.ui
Class OverlayImageCache

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.OverlayImageCache

public class OverlayImageCache
extends java.lang.Object

Maintains a cache of overlay images.

Since:
May 30, 2003

Constructor Summary
OverlayImageCache()
           
 
Method Summary
 void disposeAll()
          Disposes of all images in the cache.
 org.eclipse.swt.graphics.Image getImageFor(OverlayImageDescriptor imageDescriptor)
          Returns and caches an image corresponding to the specified image descriptor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverlayImageCache

public OverlayImageCache()
Method Detail

getImageFor

public org.eclipse.swt.graphics.Image getImageFor(OverlayImageDescriptor imageDescriptor)
Returns and caches an image corresponding to the specified image descriptor.

Parameters:
imageDecsriptor - the image descriptor
Returns:
the image

disposeAll

public void disposeAll()
Disposes of all images in the cache.