Uses of Interface
mgui.interfaces.io.DataInputStreamListener
| 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.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 DataInputStreamListener in mgui.interfaces.io
Subinterfaces of DataInputStreamListener in mgui.interfaces.io Modifier and Type Interface Description interfaceInterfaceDataSensor<T extends MguiNumber>Represents an entity which senses changes to an input stream.Fields in mgui.interfaces.io with type parameters of type DataInputStreamListener Modifier and Type Field Description java.util.ArrayList<DataInputStreamListener<T>>DataBridge. inputListenersMethods in mgui.interfaces.io with parameters of type DataInputStreamListener Modifier and Type Method Description voidDataBridge. addInputStreamListener(DataInputStreamListener<T> l)voidDataInputStream. addInputStreamListener(DataInputStreamListener<T> l)voidDataBridge. removeInputStreamListener(DataInputStreamListener<T> l)voidDataInputStream. removeInputStreamListener(DataInputStreamListener<T> l) -
Uses of DataInputStreamListener in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement DataInputStreamListener 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 DataInputStreamListener in mgui.interfaces.plots.mgui
Classes in mgui.interfaces.plots.mgui that implement DataInputStreamListener Modifier and Type Class Description classInterfacePlotMguiGeneral class for displaying ModelGUI plots.classMatrixImagePlotPlots a matrix as an image, with a specified colour map. -
Uses of DataInputStreamListener in mgui.interfaces.plots.osp
Classes in mgui.interfaces.plots.osp that implement DataInputStreamListener Modifier and Type Class Description classInterfacePlotOspGeneral class for displaying Open Source Physics (OSP) plots.classInterfaceStripChartDisplays an OSP StripChart; i.e., time vs. -
Uses of DataInputStreamListener in mgui.interfaces.plots.sgt
Classes in mgui.interfaces.plots.sgt that implement DataInputStreamListener 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.