Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AxisDisplaySettingsActionListener(javax.swing.JDialog dialog,
AxisDisplaySettingsPanel panel,
ParallelCoordinatesChart chart)
Instantiates a new axis display settings action listener for a specific Chart.
|
AxisDisplaySettingsAxisChoiceComboActionListener(ParallelCoordinatesChart chart,
AxisDisplaySettingsPanel panel,
javax.swing.JComboBox combo)
Instantiates a new axis display settings axis choice combo action listener.
|
ChartSpecificDisplaySettingsDialogActionListener(Main mainWindow,
ParallelCoordinatesDisplaySettingsDialog dialog,
ParallelCoordinatesChart chart,
ChartFrame chartFrame)
Instantiates a new chart specific display settings dialog action listener.
|
ParallelChartDisplaySettingsActionListener(Main mainWindow,
ParallelCoordinatesChartDisplaySettingsPanel panel,
ParallelCoordinatesChart chart)
Instantiates a new chart display settings action listener to edit settings for a specific chart.
|
Modifier and Type | Method and Description |
---|---|
ParallelCoordinatesChart |
Axis.getChart()
Gets the chart to which this Axis belongs.
|
ParallelCoordinatesChart |
ScatterPlot2D.getParallelCoordinatesChartForFiltering()
Gets the parallel coordinates chart for filtering.
|
Modifier and Type | Method and Description |
---|---|
void |
ScatterPlot2D.setParallelCoordinatesChartForFiltering(ParallelCoordinatesChart parallelCoordinatesChartForFiltering)
Sets the the parallel coordinates chart for filtering.
|
Constructor and Description |
---|
Axis(DataSheet dataSheet,
ParallelCoordinatesChart chart,
Parameter parameter)
Instantiates a new Axis.
|
Modifier and Type | Method and Description |
---|---|
void |
Design.evaluateBounds(ParallelCoordinatesChart chart)
Checks whether the design is within the bounds of all axes of the given Chart and updates the boolean
field insideBounds accordingly.
|
void |
DataSheet.evaluateBoundsForAllDesigns(ParallelCoordinatesChart chart)
Evaluate each Design to check whether it is within all axis bounds.
|
boolean |
Design.isActive(ParallelCoordinatesChart chart)
Checks whether the design is active.
|
boolean |
Design.isInsideBounds(ParallelCoordinatesChart chart)
Returns the value of the boolean field insideBounds.
|
Constructor and Description |
---|
ParallelCoordinatesDisplaySettingsDialog(Main mainWindow,
ParallelCoordinatesChart chart,
ChartFrame chartFrame)
Instantiates a new display settings dialog.
|
Constructor and Description |
---|
ParallelCoordinateChartFrameMenuBar(Main mainWindow,
ChartFrame chartFrame,
ParallelCoordinatesChart chart)
Instantiates a new chart frame menu bar.
|
ParallelCoordinatesChartFrameSelectParametersMenu(Main mainWindow,
ChartFrame chartFrame,
ParallelCoordinatesChart chart)
Instantiates a new chart frame select parameters menu.
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelCoordinatesChartDisplaySettingsPanel.setOkCancelButtonTargetChart(ParallelCoordinatesChart chart)
Tells the panel that the settings should be applied to the the chart specified in the argument.
|
void |
AxisDisplaySettingsPanel.setOkCancelButtonTargetChart(ParallelCoordinatesChart chart)
Tells the panel that the settings should be applied to the a specific chart
|
Constructor and Description |
---|
ParallelCoordinatesChartPanel(Main mainWindow,
ChartFrame chartFrame,
ParallelCoordinatesChart chart)
Instantiates a new parallel coordinates chart panel.
|