LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.dataCache.DataCache

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

Uses of DataCache in org.LiveGraph
 

Fields in org.LiveGraph declared as DataCache
private  DataCache LiveGraph.dataCache
           
 

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()
           
 

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

Uses of DataCache in org.LiveGraph.gui
 

Fields in org.LiveGraph.gui declared as DataCache
private  DataCache GUIManager.dataCache
          The data cache that is used to provide data series information to new panels and also when constructing new Plotter objects required for creating new PlotPanels.
 

Methods in org.LiveGraph.gui with parameters of type DataCache
 void GUIManager.setDataCache(DataCache cache)
          Sets tha data cache that is used to provide data series information to new panels and also when constructing new Plotter objects required for creating new PlotPanels.
 

Uses of DataCache in org.LiveGraph.plot
 

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

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