Uses of Class
gui.panels.Scatter2DChartAxisPanel

Packages that use Scatter2DChartAxisPanel
actionListeners.scatter2DChartSettings   
 

Uses of Scatter2DChartAxisPanel in actionListeners.scatter2DChartSettings
 

Constructors in actionListeners.scatter2DChartSettings with parameters of type Scatter2DChartAxisPanel
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)