Uses of Class
chart.ScatterChart2D

Packages that use ScatterChart2D
actionListeners.scatter2DChartFrame   
actionListeners.scatter2DChartSettings   
gui.dialogs   
gui.menus.ScatterChart2D   
gui.panels   
 

Uses of ScatterChart2D in actionListeners.scatter2DChartFrame
 

Constructors in actionListeners.scatter2DChartFrame with parameters of type ScatterChart2D
Scatter2DChartFrameOptionsMenuActionListener(Main mainWindow, ScatterChart2D chart, ChartFrame chartFrame)
          Instantiates a new chart frame options menu action listener.
 

Uses of ScatterChart2D in actionListeners.scatter2DChartSettings
 

Constructors in actionListeners.scatter2DChartSettings with parameters of type ScatterChart2D
Scatter2DChartAxisPanelActionListener(Main mainWindow, ChartFrame chartFrame, ScatterChart2D chart, Scatter2DChartAxisPanel panel, int axis)
          Instantiates a new scatter 2d axis panel action listener to edit settings for a specific axis.
Scatter2DChartAxisSelectionListener(ChartFrame frame, ScatterChart2D chart, Scatter2DChartAxisPanel panel, int axis)
           
Scatter2DChartDisplaySettingsActionListener(ChartFrame chartFrame, ScatterChart2D chart, ScatterChart2DSettingsDialog dialog)
          Instantiates a new chart display settings action listener to edit settings for a specific chart.
 

Uses of ScatterChart2D in gui.dialogs
 

Methods in gui.dialogs with parameters of type ScatterChart2D
 void ScatterChart2DSettingsDialog.buildPanel(Main mainWindow, ChartFrame chartFrame, ScatterChart2D scatterChart2D)
           
 

Constructors in gui.dialogs with parameters of type ScatterChart2D
ScatterChart2DSettingsDialog(Main mainWindow, ChartFrame chartFrame, ScatterChart2D scatterChart2D)
          Instantiates a new Scatter Chart 2D Settings Dialog.
 

Uses of ScatterChart2D in gui.menus.ScatterChart2D
 

Constructors in gui.menus.ScatterChart2D with parameters of type ScatterChart2D
ScatterChart2DFrameMenuBar(Main mainWindow, ChartFrame chartFrame, ScatterChart2D chart)
          Instantiates a new chart frame menu bar.
 

Uses of ScatterChart2D in gui.panels
 

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

Constructors in gui.panels with parameters of type ScatterChart2D
Scatter2DChartAxisPanel(Main mainWindow, ChartFrame chartFrame, ScatterChart2D chart, int axis)
          Instantiates a new axis display settings panel that is used to modify the settings of a particular chart.
ScatterChart2DPanel(Main mainWindow, ScatterChart2D chart)
          Instantiates a new scatter chart 2D panel.