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 class
InterfacePlot<T extends MguiNumber>
Represents an abstract plot object.class
InterfacePlotMulti
Allows 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 class
InterfacePlotMgui
General class for displaying ModelGUI plots.class
MatrixImagePlot
Plots 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 class
InterfacePlotOsp
General class for displaying Open Source Physics (OSP) plots.class
InterfaceStripChart
Displays 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 class
InterfacePlotSgt<T extends SgtPlotObject<?>>
Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.class
SgtMultilinePlot
Displays a line plot using the Scientific Graphics Toolkit (SGT) library.class
SgtScatterplot
Displays an XY scatter plot using the Scientific Graphics Toolkit (SGT) library.