Uses of Class
mgui.interfaces.plots.XYData
| Package | Description |
|---|---|
| mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
| mgui.models.environments |
-
Uses of XYData in mgui.interfaces.io
Methods in mgui.interfaces.io that return types with arguments of type XYData Modifier and Type Method Description java.util.List<XYData<T>>InterfaceDataSourceXY. getSourceSignalXY(int i)Returns the X-Y data corresponding to this signal's i'th channel. -
Uses of XYData in mgui.interfaces.plots
Fields in mgui.interfaces.plots with type parameters of type XYData Modifier and Type Field Description protected java.util.HashMap<java.lang.String,java.util.List<XYData<T>>>PlotXYDataSource. xyprotected java.util.HashMap<java.lang.String,java.util.List<XYData<T>>>PlotXYDataSource. xy_dataMethods in mgui.interfaces.plots that return types with arguments of type XYData Modifier and Type Method Description protected java.util.List<XYData<T>>PlotXYDataSource. appendChannel(java.lang.String channel, int size)java.util.List<XYData<T>>PlotXYDataSource. getSourceSignalXY(int i)java.util.List<XYData<T>>PlotXYDataSource. getSourceSignalXY(java.lang.String channel)Methods in mgui.interfaces.plots with parameters of type XYData Modifier and Type Method Description voidXYData. set(XYData<T> xy)Sets the X and Y valuesMethod parameters in mgui.interfaces.plots with type arguments of type XYData Modifier and Type Method Description voidPlotXYDataSource. setXY(java.lang.String channel, java.util.List<XYData<T>> new_xy) -
Uses of XYData in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt with type parameters of type XYData Modifier and Type Field Description protected java.util.HashMap<java.lang.String,java.util.List<XYData<MguiDouble>>>SgtScatterplot. xy -
Uses of XYData in mgui.models.environments
Methods in mgui.models.environments that return types with arguments of type XYData Modifier and Type Method Description java.util.List<XYData<T>>AbstractEnvironmentDataSource. getSourceSignalXY(int i)