Uses of Class
at.tuwien.ifs.somtoolbox.util.LeastRecentelyUsedImageCache

Packages that use LeastRecentelyUsedImageCache
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
at.tuwien.ifs.somtoolbox.visualization Provides classes creating visualisations of trained SOMs. 
 

Uses of LeastRecentelyUsedImageCache in at.tuwien.ifs.somtoolbox.apps.viewer
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as LeastRecentelyUsedImageCache
private  LeastRecentelyUsedImageCache VisualisationCacheViewer.cache
           
 

Uses of LeastRecentelyUsedImageCache in at.tuwien.ifs.somtoolbox.visualization
 

Fields in at.tuwien.ifs.somtoolbox.visualization declared as LeastRecentelyUsedImageCache
protected static LeastRecentelyUsedImageCache AbstractBackgroundImageVisualizer.cache
          The cache of generated images, to allow faster switching between different visualisations and palettes.
 

Methods in at.tuwien.ifs.somtoolbox.visualization that return LeastRecentelyUsedImageCache
static LeastRecentelyUsedImageCache AbstractBackgroundImageVisualizer.getCache()