Class | Description |
---|---|
CSVData |
This class is the implementation of IData and inherits from NiCEObject for
the PlotViewer tool.
|
CSVDataLoader |
CSVDataLoader instantiates a CSVDataProvider and returns it
|
CSVDataProvider |
This class is the implementation of IDataProvider for the PlotViewer tool.
|
CSVPlot |
This class implements the IPlot interface to provide access to a basic CSV
plot using the existing CSV infrastructure in ICE.
|
CSVPlotEditor |
This is an editor for displaying an SWT XYGraph used to draw plots from CSV
files.
|
CSVVizService |
This class implements the IVizService interface to provide CSV plotting tools
to the platform via the IVizServiceFactory.
|
PlotProvider |
The provider for the plot which will include plot attributes and a structure
for the series
|
PlotTimeIdentifierMapping | |
SeriesProvider |
The series provider class will provide the data for a trace/series as well as
meta data such as the title, the type, and the uncertainty
|