Uses of Class
mgui.interfaces.plots.PlotXYDataSource
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 PlotXYDataSource in mgui.interfaces.plots
Subclasses of PlotXYDataSource in mgui.interfaces.plots Modifier and Type Class Description class
PlotTimeSeriesDataSource<T extends MguiNumber>
A plot data source for XY data, with multiple named Y channels.class
VariablePlotTimeSeriesDataSource<T extends MguiNumber>
An XY data source with aVariableInt
as its source.class
VariablePlotXYDataSource<T extends MguiNumber>
XY data source which uses twoVariableInt
object as its X and Y sources.Methods in mgui.interfaces.plots with parameters of type PlotXYDataSource Modifier and Type Method Description void
XYPlot. setDataSource(PlotXYDataSource<T> source)
Set an XY data source for this plot. -
Uses of PlotXYDataSource in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt declared as PlotXYDataSource Modifier and Type Field Description protected PlotXYDataSource<MguiDouble>
SgtScatterplot. data_source