Uses of Interface
org.nuiton.math.matrix.gui.MatrixTableModel
-
Packages that use MatrixTableModel Package Description org.nuiton.math.matrix.gui Nuiton matrix panel. -
-
Uses of MatrixTableModel in org.nuiton.math.matrix.gui
Classes in org.nuiton.math.matrix.gui that implement MatrixTableModel Modifier and Type Class Description class
MatrixTableModelLinear
MatrixTableModelLinear.class
MatrixTableModelND
Extension de AbstractTableModel pour definir un TableModel avec une MatrixND comme support d'information.class
MatrixTableModelOption
Model that take a delegate model to add additional lines during rendering (such as row sum, column sum, row mean, column mean...)Fields in org.nuiton.math.matrix.gui declared as MatrixTableModel Modifier and Type Field Description protected MatrixTableModel
MatrixTableModelOption. delegate
Constructors in org.nuiton.math.matrix.gui with parameters of type MatrixTableModel Constructor Description MatrixTableModelOption(MatrixTableModel delegate)
MatrixTableModelOption(MatrixTableModel delegate, boolean sumOption, boolean meanOption, boolean transposeOption)
-