Uses of Interface
mgui.interfaces.io.DataInputStream
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
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.osp |
Plots using the Open Source Physics (OSP) library.
|
mgui.models.dynamic |
Provides a framework for dynamic modelling (4D) functionality in ModelGUI.
|
-
Uses of DataInputStream in mgui.interfaces
Fields in mgui.interfaces with type parameters of type DataInputStream Modifier and Type Field Description protected java.util.ArrayList<DataInputStream<?>>
InterfaceWorkspace. input_streams
Methods in mgui.interfaces with parameters of type DataInputStream Modifier and Type Method Description void
InterfaceWorkspace. addInputStream(DataInputStream<?> s)
-
Uses of DataInputStream in mgui.interfaces.io
Subinterfaces of DataInputStream in mgui.interfaces.io Modifier and Type Interface Description interface
DataInputStreamNamedXY<T extends MguiNumber>
interface
DataInputStreamXY<T extends MguiNumber>
Represents an XY input stream with one X and multiple Y channels.Classes in mgui.interfaces.io that implement DataInputStream Modifier and Type Class Description class
DataBridge<T extends MguiNumber>
Represents a data bridge, combining an input stream and an output stream.class
DataBridgeNamedXY<T extends MguiNumber>
class
DataBridgeXY<T extends MguiNumber>
Acts as a data bridge for XY data, where X holds a single value and each Y channel has an array of values corresponding to that X.Methods in mgui.interfaces.io with parameters of type DataInputStream Modifier and Type Method Description void
DataInputStreamListener. dataInputEvent(DataInputStream<T> s)
void
InterfaceDataSensor. dataInputEvent(DataInputStream<T> s)
React to a signal emission. -
Uses of DataInputStream in mgui.interfaces.plots
Fields in mgui.interfaces.plots with type parameters of type DataInputStream Modifier and Type Field Description protected java.util.ArrayList<DataInputStream<T>>
InterfacePlot. inputs
Methods in mgui.interfaces.plots that return types with arguments of type DataInputStream Modifier and Type Method Description java.util.ArrayList<DataInputStream<T>>
InterfacePlot. getInputStreams()
Methods in mgui.interfaces.plots with parameters of type DataInputStream Modifier and Type Method Description void
InterfacePlot. addInputStream(DataInputStream<T> s)
void
InterfacePlot. dataInputEvent(DataInputStream<T> s)
void
InterfacePlot. removeInputStream(DataInputStream<T> s)
protected void
InterfacePlot. setInputStream(DataInputStream<T> s)
-
Uses of DataInputStream in mgui.interfaces.plots.osp
Methods in mgui.interfaces.plots.osp with parameters of type DataInputStream Modifier and Type Method Description void
InterfacePlotOsp. dataInputEvent(DataInputStream<MguiDouble> s)
void
InterfaceStripChart. dataInputEvent(DataInputStream<MguiDouble> s)
protected void
InterfaceStripChart. setInputStream(DataInputStream<MguiDouble> s)
-
Uses of DataInputStream in mgui.models.dynamic
Subinterfaces of DataInputStream in mgui.models.dynamic Modifier and Type Interface Description interface
DynamicModelEnvironmentInputStream