LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.settings.ObservableSettings

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

Uses of ObservableSettings in org.LiveGraph.dataCache
 

Methods in org.LiveGraph.dataCache with parameters of type ObservableSettings
 void UpdateInvoker.settingHasChanged(ObservableSettings settings, java.lang.Object info)
          Dispatches settings change events.
 

Uses of ObservableSettings in org.LiveGraph.gui
 

Methods in org.LiveGraph.gui with parameters of type ObservableSettings
 void DataFileSettingsWindow.settingHasChanged(ObservableSettings settings, java.lang.Object info)
          Updates the view when the settings were loaded from a file.
 void GraphSettingsWindow.settingHasChanged(ObservableSettings settings, java.lang.Object info)
          Updates the display of the graph settings when they have been changed.
 void PlotWindow.settingHasChanged(ObservableSettings settings, java.lang.Object info)
          Dispatches settings change events.
 void SeriesSettingsWindow.settingHasChanged(ObservableSettings settings, java.lang.Object info)
          Dispatches the settings change events.
 

Uses of ObservableSettings in org.LiveGraph.plot
 

Methods in org.LiveGraph.plot with parameters of type ObservableSettings
 void Plotter.settingHasChanged(ObservableSettings settings, java.lang.Object info)
          Dispatches settings change events.
 

Uses of ObservableSettings in org.LiveGraph.settings
 

Subclasses of ObservableSettings in org.LiveGraph.settings
 class DataFileSettings
          Encapsulates the settings concerned with reading the data file, the update frequency and the caching method.
 class DataSeriesSettings
          Ecapsulates the settings concerned with plotting each of the data series.
 class GraphSettings
          Encapsulates settings concerned with the data graphs and the plot canvas.
 

Methods in org.LiveGraph.settings with parameters of type ObservableSettings
 void DataSeriesSettings.settingHasChanged(ObservableSettings settings, java.lang.Object info)
          Data seties settings objects may listen to other settings objects in order to react to changed in other settings; currently data series settings react when a data series is set to be used as the x-axis.
 void SettingsObserver.settingHasChanged(ObservableSettings settings, java.lang.Object info)
          Called when a setting is changed.
 


LiveGraph
data visualisation and analysis framework