| Package | Description |
|---|---|
| org.xdat.gui.frames | |
| org.xdat.gui.panels |
| Modifier and Type | Method and Description |
|---|---|
ChartPanel |
ChartFrame.getChartPanel()
Gets the chart panel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelCoordinatesChartPanel
Panel that is used to display a
ParallelCoordinatesChart. |
class |
ScatterChart2DPanel
Panel that is used to display a
ScatterChart2D. |
| Modifier and Type | Method and Description |
|---|---|
ChartPanel |
SidebarPanel.getChartPanel()
gets the chart panel
|
| Constructor and Description |
|---|
ParallelCoordinatesChartSidebarPanel(Main mainWindow,
ChartFrame chartFrame,
ChartPanel chartPanel,
ParallelCoordinatesChart chart)
Instantiates a new side panel that allows editing the chart display
settings.
|
SidebarPanel(Main mainWindow,
ChartFrame chartFrame,
ChartPanel chartPanel,
Chart chart)
Instantiates a new side panel
|