Package | Description |
---|---|
org.eclipse.ice.viz.csv.viewer | |
org.eclipse.ice.viz.service.csv |
Modifier and Type | Method and Description |
---|---|
PlotProvider |
CSVPlotViewer.getSelection()
Public method for retrieving the selection in this view.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVPlotViewer.addPlot(PlotProvider newPlotProvider)
Adds a plot to the current set of CSV plots.
|
void |
AddCSVSeriesAction.addSeriesFromFile(org.eclipse.swt.widgets.Shell shell,
PlotProvider plotToAddSeries,
ICEResource resource)
Add a series to the selected
PlotProvider in the
CSVPlotViewer from the selected file in the VizFileViewer |
void |
AddCSVSeriesAction.addSeriesFromFileSet(org.eclipse.swt.widgets.Shell shell,
PlotProvider plotToAddSeries,
VizResource resource)
Add a series to the selected
PlotProvider in the
CSVPlotViewer from the selected file set in the
VizFileViewer . |
void |
CSVPlotViewer.drawPlot(PlotProvider newPlotProvider)
This method draws the plot for the specified entry if it is one of the
selected plots.
|
void |
CSVPlotViewer.removePlot(PlotProvider newPlotProvider)
Removes a plot from the current set of CSV plots.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVPlotEditor.showPlotProvider(PlotProvider displayPlotProvider)
This function sets up the SWT XYGraph
|