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 interface
DataOutputStream<T extends MguiNumber>
Represents an general output stream in modelGUI, of a specific data type.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 DataSourceListener 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 DataSourceListener Modifier and Type Method Description void
InterfaceDataSource. addDataSourceListener(DataSourceListener l)
void
InterfaceDataSource. removeDataSourceListener(DataSourceListener l)
-
Uses of DataSourceListener in mgui.interfaces.plots
Subinterfaces of DataSourceListener in mgui.interfaces.plots Modifier and Type Interface Description interface
TimeSeriesPlot<T extends MguiNumber>
Interface for an X-Y plot with multiple Y variables.interface
XYPlot<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. sourceListeners
protected java.util.ArrayList<DataSourceListener>
PlotXYDataSource. sourceListeners
Methods in mgui.interfaces.plots with parameters of type DataSourceListener Modifier and Type Method Description void
MatrixPlotDataSource. addDataSourceListener(DataSourceListener l)
void
PlotXYDataSource. addDataSourceListener(DataSourceListener l)
void
MatrixPlotDataSource. removeDataSourceListener(DataSourceListener l)
void
PlotXYDataSource. 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 class
InterfacePlotMgui
General class for displaying ModelGUI plots.class
MatrixImagePlot
Plots 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 class
InterfacePlotSgt<T extends SgtPlotObject<?>>
Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.class
SgtMultilinePlot
Displays a line plot using the Scientific Graphics Toolkit (SGT) library.class
SgtScatterplot
Displays 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. sourceListeners
Methods in mgui.io.domestic.shapes with parameters of type DataSourceListener Modifier and Type Method Description void
VolumeFileDataSource. addDataSourceListener(DataSourceListener l)
void
VolumeFileDataSource. 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. sourceListeners
Methods in mgui.models.environments with parameters of type DataSourceListener Modifier and Type Method Description void
AbstractEnvironmentDataSource. addDataSourceListener(DataSourceListener l)
void
AbstractEnvironmentDataSource. removeDataSourceListener(DataSourceListener l)