org.eclipse.birt.chart.util
Class ImageCache

java.lang.Object
  extended byorg.eclipse.birt.chart.util.ImageCache

public final class ImageCache
extends java.lang.Object

This class ...

Author:
Actuate Corporation

Method Summary
 void clear()
          Flushes the internal image cache
 java.lang.Object getImage(IDisplayServer xs, java.lang.String sUrl)
           
static ImageCache instance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static ImageCache instance()
Returns:
A singleton instance of the image cache

clear

public final void clear()
Flushes the internal image cache


getImage

public final java.lang.Object getImage(IDisplayServer xs,
                                       java.lang.String sUrl)
                                throws ChartException
Parameters:
sUrl -
Returns:
Throws:
ChartException


Copyright © 2005 Actuate Corp. All rights reserved.