Uses of Interface
mgui.interfaces.io.DataOutputStream
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.
|
-
Uses of DataOutputStream in mgui.interfaces
Fields in mgui.interfaces with type parameters of type DataOutputStream Modifier and Type Field Description protected java.util.ArrayList<DataOutputStream<?>>
InterfaceWorkspace. output_streams
Methods in mgui.interfaces with parameters of type DataOutputStream Modifier and Type Method Description void
InterfaceWorkspace. addOutputStream(DataOutputStream<?> s)
-
Uses of DataOutputStream in mgui.interfaces.io
Subinterfaces of DataOutputStream in mgui.interfaces.io Modifier and Type Interface Description interface
DataOutputStreamNamedXY<T extends MguiNumber>
Represents an XY output stream whose Y channels are named.interface
DataOutputStreamXY<T extends MguiNumber>
Represents an XY output stream with one X and multiple Y channels.Classes in mgui.interfaces.io that implement DataOutputStream 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.