LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.plot.Plotter

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

Uses of Plotter in org.LiveGraph.gui
 

Fields in org.LiveGraph.gui declared as Plotter
private  Plotter PlotWindow.plotter
           
 

Constructors in org.LiveGraph.gui with parameters of type Plotter
PlotWindow(Plotter plotter)
          Created and setts up a plotter window.
 

Uses of Plotter in org.LiveGraph.plot
 

Fields in org.LiveGraph.plot declared as Plotter
private  Plotter GraphExporter.plotter
          Graph plotter.
 

Constructors in org.LiveGraph.plot with parameters of type Plotter
GraphExporter(Plotter plotter)
          Creates a new exporter.
 


LiveGraph
data visualisation and analysis framework