LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.settings.DataSeriesSettings

Packages that use DataSeriesSettings
org.LiveGraph   
org.LiveGraph.gui   
org.LiveGraph.plot   
 

Uses of DataSeriesSettings in org.LiveGraph
 

Fields in org.LiveGraph declared as DataSeriesSettings
private  DataSeriesSettings LiveGraph.seriesSettings
          Holds the data series settings for the application.
 

Methods in org.LiveGraph that return DataSeriesSettings
 DataSeriesSettings LiveGraph.getDataSeriesSettings()
          Gets the application's global data series settings.
 

Uses of DataSeriesSettings in org.LiveGraph.gui
 

Methods in org.LiveGraph.gui with parameters of type DataSeriesSettings
 void PlotWindow.settingHasChanged(DataSeriesSettings settings, java.lang.String info)
          Repaints the plot canvas when the data file settings change.
 void SeriesSettingsWindow.settingHasChanged(DataSeriesSettings settings, java.lang.String info)
          Updates the table display when series settings were loaded from a file.
 

Uses of DataSeriesSettings in org.LiveGraph.plot
 

Fields in org.LiveGraph.plot declared as DataSeriesSettings
private  DataSeriesSettings Plotter.seriesSetts
          Data series settings.
 

Methods in org.LiveGraph.plot with parameters of type DataSeriesSettings
 void Plotter.settingHasChanged(DataSeriesSettings settings, java.lang.String info)
          Calls the neccesary recoputations when seties settings are changed.
 


LiveGraph
data visualisation and analysis framework