Uses of Interface
mgui.interfaces.io.DataSourceListener
| 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.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
| mgui.io.domestic.shapes | |
| mgui.models.environments |
-
Uses of DataSourceListener in mgui.interfaces.io
Subinterfaces of DataSourceListener in mgui.interfaces.io Modifier and Type Interface Description interfaceDataOutputStream<T extends MguiNumber>Represents an general output stream in modelGUI, of a specific data type.interfaceDataOutputStreamNamedXY<T extends MguiNumber>Represents an XY output stream whose Y channels are named.interfaceDataOutputStreamXY<T extends MguiNumber>Represents an XY output stream with one X and multiple Y channels.Classes in mgui.interfaces.io that implement DataSourceListener 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 DataSourceListener Modifier and Type Method Description voidInterfaceDataSource. addDataSourceListener(DataSourceListener l)voidInterfaceDataSource. removeDataSourceListener(DataSourceListener l) -
Uses of DataSourceListener in mgui.interfaces.plots
Subinterfaces of DataSourceListener in mgui.interfaces.plots Modifier and Type Interface Description interfaceTimeSeriesPlot<T extends MguiNumber>Interface for an X-Y plot with multiple Y variables.interfaceXYPlot<T extends MguiNumber>Interface for an XY plotFields in mgui.interfaces.plots with type parameters of type DataSourceListener Modifier and Type Field Description protected java.util.ArrayList<DataSourceListener>MatrixPlotDataSource. sourceListenersprotected java.util.ArrayList<DataSourceListener>PlotXYDataSource. sourceListenersMethods in mgui.interfaces.plots with parameters of type DataSourceListener Modifier and Type Method Description voidMatrixPlotDataSource. addDataSourceListener(DataSourceListener l)voidPlotXYDataSource. addDataSourceListener(DataSourceListener l)voidMatrixPlotDataSource. removeDataSourceListener(DataSourceListener l)voidPlotXYDataSource. removeDataSourceListener(DataSourceListener l) -
Uses of DataSourceListener in mgui.interfaces.plots.mgui
Classes in mgui.interfaces.plots.mgui that implement DataSourceListener Modifier and Type Class Description classInterfacePlotMguiGeneral class for displaying ModelGUI plots.classMatrixImagePlotPlots a matrix as an image, with a specified colour map. -
Uses of DataSourceListener in mgui.interfaces.plots.sgt
Classes in mgui.interfaces.plots.sgt that implement DataSourceListener Modifier and Type Class Description classInterfacePlotSgt<T extends SgtPlotObject<?>>Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.classSgtMultilinePlotDisplays a line plot using the Scientific Graphics Toolkit (SGT) library.classSgtScatterplotDisplays an XY scatter plot using the Scientific Graphics Toolkit (SGT) library. -
Uses of DataSourceListener in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes with type parameters of type DataSourceListener Modifier and Type Field Description protected java.util.ArrayList<DataSourceListener>VolumeFileDataSource. sourceListenersMethods in mgui.io.domestic.shapes with parameters of type DataSourceListener Modifier and Type Method Description voidVolumeFileDataSource. addDataSourceListener(DataSourceListener l)voidVolumeFileDataSource. removeDataSourceListener(DataSourceListener l) -
Uses of DataSourceListener in mgui.models.environments
Fields in mgui.models.environments with type parameters of type DataSourceListener Modifier and Type Field Description protected java.util.ArrayList<DataSourceListener>AbstractEnvironmentDataSource. sourceListenersMethods in mgui.models.environments with parameters of type DataSourceListener Modifier and Type Method Description voidAbstractEnvironmentDataSource. addDataSourceListener(DataSourceListener l)voidAbstractEnvironmentDataSource. removeDataSourceListener(DataSourceListener l)