Uses of Class
chart.ScatterPlot2D

Packages that use ScatterPlot2D
actionListeners.scatter2DChartSettings   
chart   
gui.panels   
 

Uses of ScatterPlot2D in actionListeners.scatter2DChartSettings
 

Constructors in actionListeners.scatter2DChartSettings with parameters of type ScatterPlot2D
ParallelChartFrameComboModel(Main mainWindow, ChartFrame chartFrame, ScatterPlot2D plot)
          Instantiates parallel chart frame combo box model
 

Uses of ScatterPlot2D in chart
 

Methods in chart that return ScatterPlot2D
 ScatterPlot2D ScatterChart2D.getScatterPlot2D()
          Gets the back ground color.
 

Uses of ScatterPlot2D in gui.panels
 

Methods in gui.panels with parameters of type ScatterPlot2D
 void ScatterChart2DPanel.drawAxes(java.awt.Graphics g, ScatterChart2D chart, ScatterPlot2D plot)
          Draws the axes.