Uses of Interface
mgui.interfaces.io.InterfaceDataSourceXY
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.models.environments |
-
Uses of InterfaceDataSourceXY in mgui.interfaces.io
Subinterfaces of InterfaceDataSourceXY in mgui.interfaces.io Modifier and Type Interface Description interface
InterfaceDataSourceTimeSeries<T extends MguiNumber>
Represents an XY signal source with multiple Y channels. -
Uses of InterfaceDataSourceXY in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement InterfaceDataSourceXY Modifier and Type Class Description class
PlotTimeSeriesDataSource<T extends MguiNumber>
A plot data source for XY data, with multiple named Y channels.class
PlotXYDataSource<T extends MguiNumber>
Plot data source for X-Y data sets.class
VariablePlotTimeSeriesDataSource<T extends MguiNumber>
An XY data source with aVariableInt
as its source.class
VariablePlotXYDataSource<T extends MguiNumber>
XY data source which uses twoVariableInt
object as its X and Y sources. -
Uses of InterfaceDataSourceXY in mgui.models.environments
Classes in mgui.models.environments that implement InterfaceDataSourceXY Modifier and Type Class Description class
AbstractEnvironmentDataSource<T extends MguiNumber>
Serves as a data source updated by aDynamicModelEnvironment
.class
SimpleEnvironmentInputDataSource<T extends MguiNumber>
Represents a simple input source for dynamic model environment.class
SimpleEnvironmentObservableDataSource<T extends MguiNumber>
Simple data source which updates in response to changes in an environment's state variables.