- chart - package chart
-
- Chart - Class in chart
-
A serializable representation of all relevant settings for a chart which is displayed on
a ChartFrame.
- Chart(DataSheet, int) - Constructor for class chart.Chart
-
Instantiates a new chart.
- ChartFrame - Class in gui.frames
-
A frame that us used to display a
Chart
.
- ChartFrame(Main, Chart) - Constructor for class gui.frames.ChartFrame
-
Instantiates a new chart frame and identifies the right chart type to choose appropriate GUI elements accordingly.
- ChartFrameAddDesignToClusterMenuActionListener - Class in actionListeners.parallelCoordinatesChartFrame
-
- ChartFrameAddDesignToClusterMenuActionListener(Main, ChartFrame) - Constructor for class actionListeners.parallelCoordinatesChartFrame.ChartFrameAddDesignToClusterMenuActionListener
-
Instantiates this class.
- ChartFrameClosingAdapter - Class in gui
-
- ChartFrameClosingAdapter(ChartFrame, Main) - Constructor for class gui.ChartFrameClosingAdapter
-
Instantiates a new chart frame closing adapter.
- ChartFrameClusteringMenuActionListener - Class in actionListeners.parallelCoordinatesChartFrame
-
- ChartFrameClusteringMenuActionListener(Main, ChartFrame) - Constructor for class actionListeners.parallelCoordinatesChartFrame.ChartFrameClusteringMenuActionListener
-
Instantiates a new chart frame clustering menu action listener.
- ChartFrameMenuBar - Class in gui.menus
-
- ChartFrameMenuBar(ChartFrame, Chart) - Constructor for class gui.menus.ChartFrameMenuBar
-
Instantiates a new chart frame menu bar.
- ChartFrameOptionsMenuActionListener - Class in actionListeners.parallelCoordinatesChartFrame
-
- ChartFrameOptionsMenuActionListener(Main, ParallelCoordinatesChart, ChartFrame) - Constructor for class actionListeners.parallelCoordinatesChartFrame.ChartFrameOptionsMenuActionListener
-
Instantiates a new chart frame options menu action listener.
- ChartFrameSelectParametersMenuActionListener - Class in actionListeners.parallelCoordinatesChartFrame
-
- ChartFrameSelectParametersMenuActionListener(Main, ChartFrame, ParallelCoordinatesChart) - Constructor for class actionListeners.parallelCoordinatesChartFrame.ChartFrameSelectParametersMenuActionListener
-
Instantiates a new chart frame select parameters menu action listener.
- ChartPanel - Class in gui.panels
-
Panel that is used to display a
Chart
.
- ChartPanel(DataSheet, Chart) - Constructor for class gui.panels.ChartPanel
-
Instantiates a new chart panel.
- ChartSpecificDisplaySettingsDialogActionListener - Class in actionListeners.parallelCoordinatesDisplaySettings
-
- ChartSpecificDisplaySettingsDialogActionListener(Main, ParallelCoordinatesDisplaySettingsDialog, ParallelCoordinatesChart, ChartFrame) - Constructor for class actionListeners.parallelCoordinatesDisplaySettings.ChartSpecificDisplaySettingsDialogActionListener
-
Instantiates a new chart specific display settings dialog action listener.
- checkIfNumeric() - Method in class data.Parameter
-
Checks whether the parameter is numeric or discrete by rechecking all designs.
- checkOccurrenceInDiscreteLevel(String) - Method in class data.Parameter
-
Checks the count of designs for which this parameter is on the discrete level defined by
the given string argument.
- clearAllCharts() - Method in class xdat.Session
-
Clear all charts.
- Cluster - Class in data
-
A group of
Design
s that can be displayed in a userspecified different color or
removed from the display altogether, irrespective of the
Filter
settings.
- Cluster(String, int) - Constructor for class data.Cluster
-
Instantiates a new cluster.
- ClusterDialog - Class in gui.dialogs
-
- ClusterDialog(JFrame, Main, DataSheet) - Constructor for class gui.dialogs.ClusterDialog
-
Instantiates a new cluster dialog.
- ClusterDialogActionListener - Class in actionListeners.clusterDialog
-
- ClusterDialogActionListener(Main, ClusterDialog) - Constructor for class actionListeners.clusterDialog.ClusterDialogActionListener
-
Instantiates a new cluster dialog action listener.
- ClusterSet - Class in data
-
- ClusterSet(DataSheet) - Constructor for class data.ClusterSet
-
Instantiates a new cluster set.
- ColorChoiceButton - Class in gui.buttons
-
Button to display the current color of a
Cluster
and bring up a dialog
to edit this color.
- ColorChoiceButton(Color, String) - Constructor for class gui.buttons.ColorChoiceButton
-
Instantiates a new color choice button.
- ColorEditor - Class in gui.tables
-
Cell Editor to choose a color for a
Cluster
.
- ColorEditor() - Constructor for class gui.tables.ColorEditor
-
Instantiates a new color editor.
- ColorRenderer - Class in gui.tables
-
Color Renderer for a cell that displays the color of a
Cluster
.
- ColorRenderer(boolean) - Constructor for class gui.tables.ColorRenderer
-
Instantiates a new color renderer.
- componentHidden(ComponentEvent) - Method in class gui.frames.ChartFrame
-
- componentMoved(ComponentEvent) - Method in class gui.frames.ChartFrame
-
- componentResized(ComponentEvent) - Method in class gui.frames.ChartFrame
-
- componentShown(ComponentEvent) - Method in class gui.frames.ChartFrame
-
- copySettingsTo(Cluster) - Method in class data.Cluster
-
Copies settings of this Cluster to a given Cluster.
- CorruptDataException - Exception in exceptions
-
This exception is thrown when the data of a discrete parameter is corrupt.
- CorruptDataException(Parameter) - Constructor for exception exceptions.CorruptDataException
-
Instantiates a new corrupt data exception.
- createBuffer() - Method in class data.ClusterSet
-
Creates a buffer by copying the clusters Vector.
- CUSTOM_TABLE_MODEL_TYPE - Static variable in class customEvents.DataTableModelEvent
-
Used to identify table model events that require application specific code to run.
- CustomButton - Class in gui.buttons
-
Custom Button that can be represented by to images.
- CustomButton(String, String, String, String) - Constructor for class gui.buttons.CustomButton
-
Instantiates a new custom button.
- customEvents - package customEvents
-