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_streamsMethods in mgui.interfaces with parameters of type DataInputStream Modifier and Type Method Description voidInterfaceWorkspace. addInputStream(DataInputStream<?> s) -
Uses of DataInputStream in mgui.interfaces.io
Subinterfaces of DataInputStream in mgui.interfaces.io Modifier and Type Interface Description interfaceDataInputStreamNamedXY<T extends MguiNumber>interfaceDataInputStreamXY<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 classDataBridge<T extends MguiNumber>Represents a data bridge, combining an input stream and an output stream.classDataBridgeNamedXY<T extends MguiNumber>classDataBridgeXY<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 voidDataInputStreamListener. dataInputEvent(DataInputStream<T> s)voidInterfaceDataSensor. 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. inputsMethods 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 voidInterfacePlot. addInputStream(DataInputStream<T> s)voidInterfacePlot. dataInputEvent(DataInputStream<T> s)voidInterfacePlot. removeInputStream(DataInputStream<T> s)protected voidInterfacePlot. 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 voidInterfacePlotOsp. dataInputEvent(DataInputStream<MguiDouble> s)voidInterfaceStripChart. dataInputEvent(DataInputStream<MguiDouble> s)protected voidInterfaceStripChart. setInputStream(DataInputStream<MguiDouble> s) -
Uses of DataInputStream in mgui.models.dynamic
Subinterfaces of DataInputStream in mgui.models.dynamic Modifier and Type Interface Description interfaceDynamicModelEnvironmentInputStream