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.
DataSeriesSettings.SeriesParameters This struct-class is used to group the settings for one data series in a single data structure.
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.
SettingsEvent This class defines the event types for events that may be raised by any of the LiveGraph settings objects to notify various application components of a changed setting.
 


LiveGraph
data visualisation and analysis framework