LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.dataCache.DataCache

Packages that use DataCache
org.LiveGraph.dataCache   
org.LiveGraph.gui   
org.LiveGraph.plot   
 

Uses of DataCache in org.LiveGraph.dataCache
 

Fields in org.LiveGraph.dataCache declared as DataCache
private  DataCache DataSeries.adminCache
          The cache in which the data of this series is stored.
private  DataCache DataStreamToCacheReader.cache
          Cache for storage of extracted data.
private  DataCache UpdateInvoker.dataCache
          Cache to hold the data.
 

Methods in org.LiveGraph.dataCache that return DataCache
 DataCache DataSeries.getAdministratingCache()
           
 DataCache DataStreamToCacheReader.getDataCache()
           
 

Methods in org.LiveGraph.dataCache with parameters of type DataCache
 void CacheObserver.cacheEventFired(DataCache cache, CacheObserver.CacheEvent event)
           
 void UpdateInvoker.setDataCache(DataCache cache)
          Specifies the data cache to which the data read on the next update will be written.
 

Constructors in org.LiveGraph.dataCache with parameters of type DataCache
DataSeries(java.lang.String label, DataCache adminCache, int seriesIndexInCache)
          The constructor.
DataStreamToCacheReader(java.io.InputStream is, DataCache cache)
          Creates a data reader on the specified stream.
 

Uses of DataCache in org.LiveGraph.gui
 

Methods in org.LiveGraph.gui with parameters of type DataCache
 void DataFileSettingsWindow.cacheEventFired(DataCache cache, CacheObserver.CacheEvent event)
          Updates data file info when the cache changes.
 void GraphSettingsWindow.cacheEventFired(DataCache cache, CacheObserver.CacheEvent event)
          Updates the series labels when the cache is updated.
 void PlotWindow.cacheEventFired(DataCache cache, CacheObserver.CacheEvent event)
          Repaints the plot canvas when the cache was updated.
 void SeriesSettingsWindow.cacheEventFired(DataCache cache, CacheObserver.CacheEvent event)
          Locally updates the series-lables when they have been changed in the data cache.
 

Uses of DataCache in org.LiveGraph.plot
 

Fields in org.LiveGraph.plot declared as DataCache
private  DataCache Plotter.dataCache
          The data cache.
 

Methods in org.LiveGraph.plot with parameters of type DataCache
 void Plotter.cacheEventFired(DataCache cache, CacheObserver.CacheEvent event)
          If cached label info is changed, the screen buffer is recreated; if cached data is updated the view port and the screen data are recomputed.
 

Constructors in org.LiveGraph.plot with parameters of type DataCache
Plotter(DataCache dataCache)
          Creates a plotter for the data held in the specified cache.
 


LiveGraph
data visualisation and analysis framework