LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.dataCache.DataCache.CacheMode

Packages that use DataCache.CacheMode
org.LiveGraph.dataCache   
 

Uses of DataCache.CacheMode in org.LiveGraph.dataCache
 

Fields in org.LiveGraph.dataCache declared as DataCache.CacheMode
private  DataCache.CacheMode DataCache.currentMode
          Current operating mode.
 

Methods in org.LiveGraph.dataCache that return DataCache.CacheMode
 DataCache.CacheMode DataCache.getCacheMode()
           
static DataCache.CacheMode DataCache.CacheMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataCache.CacheMode[] DataCache.CacheMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.LiveGraph.dataCache with parameters of type DataCache.CacheMode
 void DataCache.resetCache(DataCache.CacheMode mode)
          Removes all data from this cache and resets is to the empty state.
 void DataCache.resetCache(DataCache.CacheMode mode, java.util.List<java.lang.String> seriesLabels)
          Removes all data from this cache and resets is to the empty state.
 void DataCache.resetData(DataCache.CacheMode mode)
          Resets the cache to the specified mode.
 

Constructors in org.LiveGraph.dataCache with parameters of type DataCache.CacheMode
DataCache(DataCache.CacheMode mode)
          Creates a new cache in the specified mode.
DataCache(DataCache.CacheMode mode, java.util.List<java.lang.String> seriesLabels)
          Creates a new cache in a specified mode and initilises it for the specified data series.
DataCache(DataCache.CacheMode mode, java.lang.String[] seriesLabels)
          Creates a new cache in a specified mode and initilises it for the specified data series.
 


LiveGraph
data visualisation and analysis framework