LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.plot.Plotter

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

Uses of Plotter in org.LiveGraph.gui.plot
 

Fields in org.LiveGraph.gui.plot declared as Plotter
private  Plotter PlotPanel.plotter
           
 

Constructors in org.LiveGraph.gui.plot with parameters of type Plotter
PlotPanel(Plotter plotter)
          Creates and setts up a plotter panel.
 

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