LiveGraph
data visualisation and analysis framework

Package org.LiveGraph.settings

Interface Summary
SettingsObserver Defines a settings observer.
 

Class Summary
DataFileSettings Encapsulates the settings concerned with reading the data file, the update frequency and the caching method.
DataSeriesSettings Ecapsulates the settings concerned with plotting each of the data series.
GraphSettings Encapsulates settings concerned with the data graphs and the plot canvas.
ObservableSettings Base class for all settings classes which can hadle observers to listen to settings events.
 

Enum Summary
DataSeriesSettings.TransformMode The transformation mode to the series values.
GraphSettings.HGridType Possible types for the horizontal grid.
GraphSettings.VGridType Possible types for the vertical grid.
GraphSettings.XAxisType Possible types for the x-axis.
 

Exception Summary
ErrorWhileSettingHasChangedProcessingException Is thrown when an exception is raised by a SettingsObserver; usually used to wrap the raised exception inside a RuntimeException in order to allow other SettingsObservers to complete handling the event.
 


LiveGraph
data visualisation and analysis framework