LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.settings.GraphSettings

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

Uses of GraphSettings in org.LiveGraph
 

Fields in org.LiveGraph declared as GraphSettings
private  GraphSettings LiveGraph.graphSettings
          Holds the graph settings for the application.
 

Methods in org.LiveGraph that return GraphSettings
 GraphSettings LiveGraph.getGraphSettings()
          Gets the application's global graph settings.
 

Uses of GraphSettings in org.LiveGraph.gui
 

Methods in org.LiveGraph.gui with parameters of type GraphSettings
 void GraphSettingsWindow.settingHasChanged(GraphSettings settings, java.lang.Object info)
          Updates the display of the graph settings when they have been changed.
 void PlotWindow.settingHasChanged(GraphSettings settings, java.lang.String info)
          Repaints the plot canvas when the graph settings change.
 void SeriesSettingsWindow.settingHasChanged(GraphSettings settings, java.lang.String info)
          When a series was selected as x-axis, the corresponding setting is highlighted for a second.
 

Uses of GraphSettings in org.LiveGraph.plot
 

Fields in org.LiveGraph.plot declared as GraphSettings
private  GraphSettings Plotter.graphSetts
          Graph settings.
 

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


LiveGraph
data visualisation and analysis framework