Uses of Interface
mgui.interfaces.io.InterfaceDataSensor
| Package | Description |
|---|---|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.plots.mgui | |
| mgui.interfaces.plots.osp |
Plots using the Open Source Physics (OSP) library.
|
| mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of InterfaceDataSensor in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement InterfaceDataSensor Modifier and Type Class Description classInterfacePlot<T extends MguiNumber>Represents an abstract plot object.classInterfacePlotMultiAllows the display of multiple plots in a single InterfacePlot panel. -
Uses of InterfaceDataSensor in mgui.interfaces.plots.mgui
Classes in mgui.interfaces.plots.mgui that implement InterfaceDataSensor Modifier and Type Class Description classInterfacePlotMguiGeneral class for displaying ModelGUI plots.classMatrixImagePlotPlots a matrix as an image, with a specified colour map. -
Uses of InterfaceDataSensor in mgui.interfaces.plots.osp
Classes in mgui.interfaces.plots.osp that implement InterfaceDataSensor Modifier and Type Class Description classInterfacePlotOspGeneral class for displaying Open Source Physics (OSP) plots.classInterfaceStripChartDisplays an OSP StripChart; i.e., time vs. -
Uses of InterfaceDataSensor in mgui.interfaces.plots.sgt
Classes in mgui.interfaces.plots.sgt that implement InterfaceDataSensor Modifier and Type Class Description classInterfacePlotSgt<T extends SgtPlotObject<?>>Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.classSgtMultilinePlotDisplays a line plot using the Scientific Graphics Toolkit (SGT) library.classSgtScatterplotDisplays an XY scatter plot using the Scientific Graphics Toolkit (SGT) library.