LiveGraph
data visualisation and analysis framework

Uses of Package
org.LiveGraph.dataCache

Packages that use org.LiveGraph.dataCache
org.LiveGraph   
org.LiveGraph.dataCache   
org.LiveGraph.gui   
org.LiveGraph.gui.dfs   
org.LiveGraph.gui.dss   
org.LiveGraph.gui.gs   
org.LiveGraph.gui.plot   
org.LiveGraph.plot   
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph
DataCache
          An instance of this class caches datasets previously read from a data file in memory.
UpdateInvoker
          An object of this class is used to triger updates from a data input stream into a DataCache at regular intervals.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.dataCache
CacheEvent
          Defines cache event types.
DataCache
          An instance of this class caches datasets previously read from a data file in memory.
DataCache.CacheMode
          Defines possible cache modes.
DataSeries
          Repsesents a data series inside the cache; stores all series specific information and provides convenience methods for accessing that information.
DataSet
          This class defines a dataset and encapsulates related data; a dataset holds one data value for each of the data series held in the cache and corresponds to a data row in the underlying data file.
DataSet.DefRetValue
          Possible default return values; a default return value is used when a dataset is queried for a value at an invalid index or when the index was valid, but corresponding value in the underlying data file could not be interpreted as a legal data value.
DataUpdateEvent
          Event types related to data updates.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.gui
DataCache
          An instance of this class caches datasets previously read from a data file in memory.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.gui.dfs
CacheEvent
          Defines cache event types.
DataUpdateEvent
          Event types related to data updates.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.gui.dss
CacheEvent
          Defines cache event types.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.gui.gs
CacheEvent
          Defines cache event types.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.gui.plot
CacheEvent
          Defines cache event types.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.plot
CacheEvent
          Defines cache event types.
DataCache
          An instance of this class caches datasets previously read from a data file in memory.
 


LiveGraph
data visualisation and analysis framework