LiveGraph
data visualisation and analysis framework

Uses of Interface
org.LiveGraph.dataCache.CacheObserver

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

Uses of CacheObserver in org.LiveGraph.dataCache
 

Fields in org.LiveGraph.dataCache with type parameters of type CacheObserver
private  java.util.List<CacheObserver> DataCache.observers
           
 

Methods in org.LiveGraph.dataCache that return types with arguments of type CacheObserver
 java.util.List<CacheObserver> DataCache.getObservers()
           
 

Methods in org.LiveGraph.dataCache with parameters of type CacheObserver
 boolean DataCache.addObserver(CacheObserver observer)
          Adds an observer to this cache.
 boolean DataCache.hasObserver(CacheObserver observer)
           
 boolean DataCache.removeObserver(CacheObserver observer)
           
 

Uses of CacheObserver in org.LiveGraph.gui
 

Classes in org.LiveGraph.gui that implement CacheObserver
 class DataFileSettingsWindow
          The "Data File Settings" window of the application.
 class GraphSettingsWindow
          The "Graph Settings" window of the application.
 class PlotWindow
          The plot window of the application.
 class SeriesSettingsWindow
          The "Series Settings" window of the application.
 

Uses of CacheObserver in org.LiveGraph.plot
 

Classes in org.LiveGraph.plot that implement CacheObserver
 class Plotter
          This class handles the conversion of the cached data to a screen image and the drawing of the image on a Graphics object.
 


LiveGraph
data visualisation and analysis framework