Modifier and Type | Method and Description |
---|---|
ChartFrame |
Main.getChartFrame(int index)
Gets a chart frame to the Vector with references to all chart frames.
|
ChartFrame |
Main.getChartFrame(java.lang.String title)
Gets a chart frame to the Vector with references to all chart frames by
chart title.
|
Modifier and Type | Method and Description |
---|---|
void |
Main.addChartFrame(ChartFrame chartFrame)
Adds a chart frame to the Vector with references to all chart frames.
|
void |
Main.addChartToComboboxes(ChartFrame chartFrame)
Informs all combobox models that a new parallel chart was added.
|
void |
Main.removeChartFrame(ChartFrame chartFrame)
Removes a chart frame from the Vector with references to all chart
frames.
|
void |
Main.removeChartFromComboboxes(ChartFrame chartFrame)
Informs all combobox models that a parallel chart was closed.
|
Modifier and Type | Method and Description |
---|---|
void |
Main.repaintAllChartFrames(java.util.List<ChartFrame> exclusionList)
Repaint all chart frames when the data has changed, but exclude some
|
Constructor and Description |
---|
ChartFrameAddDesignToClusterMenuActionListener(Main mainWindow,
ChartFrame chartFrame)
Instantiates this class.
|
ChartFrameClusteringMenuActionListener(Main mainWindow,
ChartFrame chartFrame)
Instantiates a new chart frame clustering menu action listener.
|
ChartFrameOptionsMenuActionListener(Main mainWindow,
ParallelCoordinatesChart chart,
ChartFrame chartFrame)
Instantiates a new chart frame options menu action listener.
|
ChartFrameSelectParametersMenuActionListener(Main mainWindow,
ChartFrame chartFrame,
ParallelCoordinatesChart chart)
Instantiates a new chart frame select parameters menu action listener.
|
ParallelChartContextMenuActionListener(Main mainWindow,
ChartFrame chartFrame,
Axis axis)
Instantiates a new context menu for an axis on a parallel coordinates
chart.
|
ParameterSetSelectionDialogActionListener(ChartFrame chartFrame,
ParameterSetSelectionDialog dialog)
Instantiates a new parameter set selection dialog action listener.
|
Constructor and Description |
---|
ChartSpecificDisplaySettingsDialogActionListener(Main mainWindow,
ParallelCoordinatesDisplaySettingsDialog dialog,
ParallelCoordinatesChart chart,
ChartFrame chartFrame)
Instantiates a new chart specific display settings dialog action
listener.
|
Constructor and Description |
---|
Scatter2DChartFrameOptionsMenuActionListener(Main mainWindow,
ScatterChart2D chart,
ChartFrame chartFrame)
Instantiates a new chart frame options menu action listener.
|
Constructor and Description |
---|
ParallelChartFrameComboModel(Main mainWindow,
ChartFrame chartFrame,
ScatterPlot2D plot)
Instantiates parallel chart frame combo box model
|
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.
|
Constructor and Description |
---|
ChartFrameClosingAdapter(ChartFrame chartFrame,
Main mainWindow)
Instantiates a new chart frame closing adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
ScatterChart2DSettingsDialog.buildPanel(Main mainWindow,
ChartFrame chartFrame,
ScatterChart2D scatterChart2D) |
Constructor and Description |
---|
ParallelCoordinatesDisplaySettingsDialog(Main mainWindow,
ParallelCoordinatesChart chart,
ChartFrame chartFrame)
Instantiates a new display settings dialog.
|
ParameterSetSelectionDialog(Main mainWindow,
ChartFrame chartFrame)
Instantiates a new parameter set selection dialog.
|
ScatterChart2DSettingsDialog(Main mainWindow,
ChartFrame chartFrame,
ScatterChart2D scatterChart2D)
Instantiates a new Scatter Chart 2D Settings Dialog.
|
Modifier and Type | Method and Description |
---|---|
ChartFrame |
ChartFrameMenuBar.getChartFrame()
Gets the chart frame.
|
Constructor and Description |
---|
ChartFrameMenuBar(ChartFrame chartFrame,
Chart chart)
Instantiates a new chart frame menu bar.
|
Constructor and Description |
---|
ParallelCoordinateChartFrameMenuBar(Main mainWindow,
ChartFrame chartFrame,
ParallelCoordinatesChart chart)
Instantiates a new chart frame menu bar.
|
ParallelCoordinatesChartFrameAddDesignToClusterMenu(Main mainWindow,
ChartFrame chartFrame)
Instantiates a new chartFrame menu from within which a design can be
added to a cluster.
|
ParallelCoordinatesChartFrameClusteringMenu(Main mainWindow,
ChartFrame chartFrame)
Instantiates a new chart frame clustering menu.
|
ParallelCoordinatesChartFrameOptionsMenu(Main mainWindow,
ChartFrame chartFrame)
Instantiates a new chart frame options menu.
|
ParallelCoordinatesChartFrameSelectParametersMenu(Main mainWindow,
ChartFrame chartFrame,
ParallelCoordinatesChart chart)
Instantiates a new chart frame select parameters menu.
|
ParallelCoordinatesContextMenu(Main mainWindow,
ChartFrame chartFrame,
Axis axis)
Instantiates a new parallel coordinates context menu.
|
Constructor and Description |
---|
ScatterChart2DFrameMenuBar(Main mainWindow,
ChartFrame chartFrame,
ScatterChart2D chart)
Instantiates a new chart frame menu bar.
|
ScatterChart2DFrameOptionsMenu(Main mainWindow,
ChartFrame chartFrame)
Instantiates a new chart frame options menu.
|
Modifier and Type | Method and Description |
---|---|
ChartFrame |
SidebarPanel.getChartFrame()
Gets the chart frame
|
ChartFrame |
AxisDisplaySettingsPanel.getChartFrame()
Gets the chart frame.
|
Constructor and Description |
---|
AxisDisplaySettingsPanel(Main mainWindow,
ParallelCoordinatesDisplaySettingsDialog dialog,
ChartFrame chartFrame)
Instantiates a new axis display settings panel that is used to modify the
settings of a particular chart.
|
ParallelCoordinatesChartDisplaySettingsPanel(Main mainWindow,
ParallelCoordinatesDisplaySettingsDialog dialog,
ChartFrame chartFrame)
Instantiates a new chart display settings panel that allows editing a
particular chart.
|
ParallelCoordinatesChartPanel(Main mainWindow,
ChartFrame chartFrame,
ParallelCoordinatesChart chart)
Instantiates a new parallel coordinates chart panel.
|
ParallelCoordinatesChartSidebarPanel(Main mainWindow,
ChartFrame chartFrame,
ChartPanel chartPanel,
ParallelCoordinatesChart chart)
Instantiates a new side panel that allows editing the chart display
settings.
|
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.
|
SidebarPanel(Main mainWindow,
ChartFrame chartFrame,
ChartPanel chartPanel,
Chart chart)
Instantiates a new side panel
|