Package | Description |
---|---|
chart | |
gui.frames | |
gui.menus | |
gui.panels | |
xdat |
Modifier and Type | Class and Description |
---|---|
class |
ParallelCoordinatesChart
A serializable representation of all relevant settings for a Parallel coordinates chart which is displayed on
a ChartFrame.
|
class |
ScatterChart2D
A serializable representation of all relevant settings for a two-dimensional scatter chart which is displayed on
a ChartFrame.
|
Modifier and Type | Method and Description |
---|---|
Chart |
ChartFrame.getChart()
Gets the chart.
|
Constructor and Description |
---|
ChartFrame(Main mainWindow,
Chart chart)
Instantiates a new chart frame and identifies the right chart type to choose appropriate GUI elements accordingly.
|
Modifier and Type | Method and Description |
---|---|
Chart |
ChartFrameMenuBar.getChart()
Gets the chart
|
Constructor and Description |
---|
ChartFrameMenuBar(ChartFrame chartFrame,
Chart chart)
Instantiates a new chart frame menu bar.
|
Modifier and Type | Method and Description |
---|---|
Chart |
ChartPanel.getChart()
Gets the panel's chart.
|
Constructor and Description |
---|
ChartPanel(DataSheet dataSheet,
Chart chart)
Instantiates a new chart panel.
|
Modifier and Type | Method and Description |
---|---|
Chart |
Session.getChart(int index)
Gets a chart from this session.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.addChart(Chart chart)
Adds a chart to the session.
|
boolean |
Session.removeChart(Chart chart)
Removes a chart from the session.
|