Constructor and Description |
---|
Scatter2DChartFrameOptionsMenuActionListener(Main mainWindow,
ScatterChart2D chart,
ChartFrame chartFrame)
Instantiates a new chart frame options menu action listener.
|
Constructor and Description |
---|
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)
Instantiates a new axis selection listener for scatter 2d charts
|
Scatter2DChartDisplaySettingsActionListener(ChartFrame chartFrame,
ScatterChart2D chart,
ScatterChart2DSettingsDialog dialog)
Instantiates a new chart display settings action listener to edit
settings for a specific chart.
|
Modifier and Type | Method and Description |
---|---|
void |
ScatterChart2DSettingsDialog.buildPanel(Main mainWindow,
ChartFrame chartFrame,
ScatterChart2D scatterChart2D) |
Constructor and Description |
---|
ScatterChart2DSettingsDialog(Main mainWindow,
ChartFrame chartFrame,
ScatterChart2D scatterChart2D)
Instantiates a new Scatter Chart 2D Settings Dialog.
|
Constructor and Description |
---|
ScatterChart2DFrameMenuBar(Main mainWindow,
ChartFrame chartFrame,
ScatterChart2D chart)
Instantiates a new chart frame menu bar.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|