LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.settings.ObservableSettings

Packages that use ObservableSettings
org.LiveGraph.settings   
 

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 SettingsObserver.settingHasChanged(ObservableSettings settings, java.lang.Object info)
          Called when a setting is changed.
 


LiveGraph
data visualisation and analysis framework