LiveGraph
data visualisation and analysis framework

Uses of Interface
org.LiveGraph.settings.SettingsObserver

Packages that use SettingsObserver
org.LiveGraph.dataCache   
org.LiveGraph.gui   
org.LiveGraph.plot   
org.LiveGraph.settings   
 

Uses of SettingsObserver in org.LiveGraph.dataCache
 

Classes in org.LiveGraph.dataCache that implement SettingsObserver
 class UpdateInvoker
          An object of this class is used to triger updates from a data input stream into a DataCache at regular intervals.
 

Uses of SettingsObserver in org.LiveGraph.gui
 

Classes in org.LiveGraph.gui that implement SettingsObserver
 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 SettingsObserver in org.LiveGraph.plot
 

Classes in org.LiveGraph.plot that implement SettingsObserver
 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.
 

Uses of SettingsObserver in org.LiveGraph.settings
 

Classes in org.LiveGraph.settings that implement SettingsObserver
 class DataSeriesSettings
          Ecapsulates the settings concerned with plotting each of the data series.
 

Fields in org.LiveGraph.settings with type parameters of type SettingsObserver
private  java.util.List<SettingsObserver> ObservableSettings.observers
           
 

Methods in org.LiveGraph.settings with parameters of type SettingsObserver
 boolean ObservableSettings.addObserver(SettingsObserver observer)
           
 boolean ObservableSettings.hasObserver(SettingsObserver observer)
           
 boolean ObservableSettings.removeObserver(SettingsObserver observer)
           
 


LiveGraph
data visualisation and analysis framework