Uses of Interface
mgui.interfaces.variables.VariableListener
Package | Description |
---|---|
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.variables |
-
Uses of VariableListener in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement VariableListener Modifier and Type Class Description class
MatrixPlotDataSource
Data source representing a MatrixInt object.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 VariableListener in mgui.interfaces.variables
Fields in mgui.interfaces.variables with type parameters of type VariableListener Modifier and Type Field Description protected java.util.ArrayList<VariableListener>
VariableInt. listeners
Methods in mgui.interfaces.variables with parameters of type VariableListener Modifier and Type Method Description void
VariableInt. addListener(VariableListener listener)
void
VariableInt. removeListener(VariableListener listener)