Uses of Class
mgui.interfaces.plots.PlotTimeSeriesDataSource
| Package | Description |
|---|---|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of PlotTimeSeriesDataSource in mgui.interfaces.plots
Subclasses of PlotTimeSeriesDataSource in mgui.interfaces.plots Modifier and Type Class Description classVariablePlotTimeSeriesDataSource<T extends MguiNumber>An XY data source with aVariableIntas its source.Methods in mgui.interfaces.plots with parameters of type PlotTimeSeriesDataSource Modifier and Type Method Description voidTimeSeriesPlot. setDataSource(PlotTimeSeriesDataSource<T> source)Set a time series data source for this plot. -
Uses of PlotTimeSeriesDataSource in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt declared as PlotTimeSeriesDataSource Modifier and Type Field Description protected PlotTimeSeriesDataSource<MguiDouble>SgtMultilinePlot. data_source