Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
P
R
S
T
U
V
W
X
Y
A
actionListeners.clusterDialog
- package actionListeners.clusterDialog
actionListeners.importSettings
- package actionListeners.importSettings
actionListeners.licenseDialog
- package actionListeners.licenseDialog
actionListeners.mainMenu
- package actionListeners.mainMenu
actionListeners.parallelCoordinatesChartFrame
- package actionListeners.parallelCoordinatesChartFrame
actionListeners.parallelCoordinatesDisplaySettings
- package actionListeners.parallelCoordinatesDisplaySettings
actionListeners.scatter2DChartFrame
- package actionListeners.scatter2DChartFrame
actionListeners.scatter2DChartSettings
- package actionListeners.scatter2DChartSettings
actionPerformed(ActionEvent)
- Method in class actionListeners.clusterDialog.
ClusterDialogActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.importSettings.
FileImportSettingsDialogActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.licenseDialog.
LicenseDisplayDialogActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.mainMenu.
MainChartMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.mainMenu.
MainDataMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.mainMenu.
MainDataRemoveParameterMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.mainMenu.
MainFileMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.mainMenu.
MainHelpMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.mainMenu.
MainOptionsMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesChartFrame.
ChartFrameAddDesignToClusterMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesChartFrame.
ChartFrameClusteringMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesChartFrame.
ChartFrameOptionsMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesChartFrame.
ChartFrameSelectParametersMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesChartFrame.
ParameterSetSelectionDialogActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesDisplaySettings.
AxisDisplaySettingsActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesDisplaySettings.
AxisDisplaySettingsAxisChoiceComboActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesDisplaySettings.
ChartSpecificDisplaySettingsDialogActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesDisplaySettings.
DefaultDisplaySettingsDialogActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesDisplaySettings.
ParallelChartContextMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.parallelCoordinatesDisplaySettings.
ParallelChartDisplaySettingsActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.scatter2DChartFrame.
Scatter2DChartFrameOptionsMenuActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.scatter2DChartSettings.
Scatter2DChartAxisPanelActionListener
actionPerformed(ActionEvent)
- Method in class actionListeners.scatter2DChartSettings.
Scatter2DChartDisplaySettingsActionListener
actionPerformed(ActionEvent)
- Method in class gui.buttons.
ColorChoiceButton
Action performed.
actionPerformed(ActionEvent)
- Method in class gui.buttons.
CustomButton
Action performed.
actionPerformed(ActionEvent)
- Method in class gui.tables.
ColorEditor
Handles events from the editor button and from the dialog's OK button.
addAxis(Axis)
- Method in class chart.
ParallelCoordinatesChart
Adds the axis.
addAxis(int, Axis)
- Method in class chart.
ParallelCoordinatesChart
Adds an Axis at the position index.
addChart(Chart)
- Method in class xdat.
Session
Adds a chart to the session.
addChartFrame(ChartFrame)
- Method in class xdat.
Main
Adds a chart frame to the Vector with references to all chart frames.
addChartToComboboxes(ChartFrame)
- Method in class xdat.
Main
Informs all combobox models that a new parallel chart was added.
addClusterToBuffer()
- Method in class data.
ClusterSet
Adds a new cluster to the editing buffer.
addDesign(Design)
- Method in class data.
DataSheet
Adds a Design to the DataSheet.
addElement(Object)
- Method in class actionListeners.scatter2DChartSettings.
ParallelChartFrameComboModel
addFilters()
- Method in class chart.
Axis
Adds the Filters.
addListDataListener(ListDataListener)
- Method in class data.
DataSheet
addTableModelListener(TableModelListener)
- Method in class data.
ClusterSet
addTableModelListener(TableModelListener)
- Method in class data.
DataSheet
apply()
- Method in class chart.
Filter
Applies the Filter to all designs.
applyAllFilters()
- Method in class chart.
ParallelCoordinatesChart
Apply all filters.
applyChanges()
- Method in class data.
ClusterSet
All changes made to the editing buffer are now applied by copying the buffer to the persistent Vector clusters.
applyFilters()
- Method in class chart.
Axis
Apply filters to designs
applySettings(Axis)
- Method in class actionListeners.parallelCoordinatesDisplaySettings.
AxisDisplaySettingsActionListener
Apply settings.
autofit()
- Method in class chart.
Axis
Sets the Axis display range such that all Designs lie within the upper and the lower bound of this Axis.
autofitAllAxes()
- Method in class chart.
ParallelCoordinatesChart
Autofits all axes.
autofitAxisAllChartFrames(int)
- Method in class xdat.
Main
Autofit a specified axis for all chart frames .
autofitX(DataSheet)
- Method in class chart.
ScatterPlot2D
Autofits the x axis.
autofitY(DataSheet)
- Method in class chart.
ScatterPlot2D
Autofits the y axis.
Axis
- Class in
chart
A serializable representation of all relevant settings for an Axis on a Parallel coordinates shart.
Axis(DataSheet, ParallelCoordinatesChart, Parameter)
- Constructor for class chart.
Axis
Instantiates a new Axis.
AXIS_LABEL_PADDING
- Static variable in class chart.
ScatterPlot2D
The padding for axis labels
AxisDisplaySettingsActionListener
- Class in
actionListeners.parallelCoordinatesDisplaySettings
ActionListener that is used for the controls on the
AxisDisplaySettingsPanel
.
AxisDisplaySettingsActionListener(Main, JDialog, AxisDisplaySettingsPanel)
- Constructor for class actionListeners.parallelCoordinatesDisplaySettings.
AxisDisplaySettingsActionListener
Instantiates a new axis display settings action listener for editing the default settings.
AxisDisplaySettingsActionListener(JDialog, AxisDisplaySettingsPanel, ParallelCoordinatesChart)
- Constructor for class actionListeners.parallelCoordinatesDisplaySettings.
AxisDisplaySettingsActionListener
Instantiates a new axis display settings action listener for a specific Chart.
AxisDisplaySettingsAxisChoiceComboActionListener
- Class in
actionListeners.parallelCoordinatesDisplaySettings
ActionListener for the combobox that allows to switch the Axis that is currently being edited in an Axis Display Settings Dialog.
AxisDisplaySettingsAxisChoiceComboActionListener(ParallelCoordinatesChart, AxisDisplaySettingsPanel, JComboBox)
- Constructor for class actionListeners.parallelCoordinatesDisplaySettings.
AxisDisplaySettingsAxisChoiceComboActionListener
Instantiates a new axis display settings axis choice combo action listener.
AxisDisplaySettingsPanel
- Class in
gui.panels
Panel to modify display settings for Objects of type
Axis
of the
ParallelCoordinatesChart
.
AxisDisplaySettingsPanel(Main, ParallelCoordinatesDisplaySettingsDialog)
- Constructor for class gui.panels.
AxisDisplaySettingsPanel
Instantiates a new axis display settings panel that is used to modify the user preferences.
AxisDisplaySettingsPanel(Main, ParallelCoordinatesDisplaySettingsDialog, ChartFrame)
- Constructor for class gui.panels.
AxisDisplaySettingsPanel
Instantiates a new axis display settings panel that is used to modify the settings of a particular chart.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
P
R
S
T
U
V
W
X
Y