Package org.nuiton.math.matrix.gui
Class MatrixPanelEditorTest
- java.lang.Object
-
- org.nuiton.math.matrix.AbstractMatrixTest
-
- org.nuiton.math.matrix.gui.MatrixPanelEditorTest
-
public class MatrixPanelEditorTest extends AbstractMatrixTest
Test to diplay matrix in MatrixPanelEditor using differents model.- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
-
-
Constructor Summary
Constructors Constructor Description MatrixPanelEditorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MatrixNDgetMatrixTest(int dimCount)protected voidshow(Component comp)voidtestModelLinearDim3()voidtestModelLinearDim4()voidtestModelLinearNDDim2()voidtestModelNDDim2()voidtestModelNDDim3()voidtestModelNDDim3MInConstructor()En 2.2.2 mettre la matrice en construteur ne fonctionnait pas.voidtestModelNDDim4()-
Methods inherited from class org.nuiton.math.matrix.AbstractMatrixTest
disableTests, initI18n
-
-
-
-
Method Detail
-
getMatrixTest
protected MatrixND getMatrixTest(int dimCount)
-
show
protected void show(Component comp)
-
testModelNDDim2
public void testModelNDDim2()
-
testModelNDDim3
public void testModelNDDim3()
-
testModelNDDim3MInConstructor
public void testModelNDDim3MInConstructor()
En 2.2.2 mettre la matrice en construteur ne fonctionnait pas.
-
testModelNDDim4
public void testModelNDDim4()
-
testModelLinearNDDim2
public void testModelLinearNDDim2()
-
testModelLinearDim3
public void testModelLinearDim3()
-
testModelLinearDim4
public void testModelLinearDim4()
-
-