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 interface
InterfaceDataSensor<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. inputListeners
Methods in mgui.interfaces.io with parameters of type DataInputStreamListener Modifier and Type Method Description void
DataBridge. addInputStreamListener(DataInputStreamListener<T> l)
void
DataInputStream. addInputStreamListener(DataInputStreamListener<T> l)
void
DataBridge. removeInputStreamListener(DataInputStreamListener<T> l)
void
DataInputStream. removeInputStreamListener(DataInputStreamListener<T> l)
-
Uses of DataInputStreamListener in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement DataInputStreamListener 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 DataInputStreamListener in mgui.interfaces.plots.mgui
Classes in mgui.interfaces.plots.mgui that implement DataInputStreamListener 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 DataInputStreamListener in mgui.interfaces.plots.osp
Classes in mgui.interfaces.plots.osp that implement DataInputStreamListener 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 DataInputStreamListener in mgui.interfaces.plots.sgt
Classes in mgui.interfaces.plots.sgt that implement DataInputStreamListener 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.