Uses of Interface
com.realtime.crossfire.jxclient.faces.ImageCache

Packages that use ImageCache
com.realtime.crossfire.jxclient.faces Manages image information ("faces") needed to display the map view, items, and spell icons. 
 

Uses of ImageCache in com.realtime.crossfire.jxclient.faces
 

Classes in com.realtime.crossfire.jxclient.faces that implement ImageCache
 class FileCache
          A disk based cache for image files.
 class MemoryImageCache
          Simple in-memory cache implementing the ImageCache interface.
 

Fields in com.realtime.crossfire.jxclient.faces declared as ImageCache
private  ImageCache FileCacheFaceQueue.imageCacheMagicMap
          The image cache used for loading magic map images.
private  ImageCache FileCacheFaceQueue.imageCacheOriginal
          The image cache used for loading original images.
private  ImageCache FileCacheFaceQueue.imageCacheScaled
          The image cache used for loading scaled images.
 

Constructors in com.realtime.crossfire.jxclient.faces with parameters of type ImageCache
FacesQueue(CrossfireServerConnection crossfireServerConnection, ImageCache imageCacheOriginal, ImageCache imageCacheScaled, ImageCache imageCacheMagicMap)
          Creates a new instance.
FileCacheFaceQueue(ImageCache imageCacheOriginal, ImageCache imageCacheScaled, ImageCache imageCacheMagicMap)
          Creates a new instance.