Uses of Class
mgui.interfaces.variables.MatrixInt
| Package | Description |
|---|---|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.variables |
-
Uses of MatrixInt in mgui.interfaces.plots
Fields in mgui.interfaces.plots with type parameters of type MatrixInt Modifier and Type Field Description protected java.util.HashMap<java.lang.String,MatrixInt>MatrixPlotDataSource. matrix_mapMethods in mgui.interfaces.plots that return MatrixInt Modifier and Type Method Description MatrixIntMatrixPlotDataSource. getMatrix(java.lang.String channel)Return the matrix corresponding tochannel.Methods in mgui.interfaces.plots with parameters of type MatrixInt Modifier and Type Method Description voidMatrixPlotDataSource. setChannel(MatrixInt matrix)Sets a channel for this data source; uses the object's name as the channel name. -
Uses of MatrixInt in mgui.interfaces.variables
Methods in mgui.interfaces.variables that return MatrixInt Modifier and Type Method Description MatrixIntMatrixInt. getPart(int row_start, int row_end, int col_start, int col_end)Returns a sub-matrix of this matrix, defined by start and end indices.MatrixIntMatrixInt. getPart(java.lang.String name, int row_start, int col_start, int row_end, int col_end)Returns a sub-matrix of this matrix, defined by start and end indices, with the given name.MatrixIntMatrixInt. getPart(java.lang.String name, java.lang.String part)Parsespartto return a sub-matrix.