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 MatrixND
getMatrixTest(int dimCount)
protected void
show(Component comp)
void
testModelLinearDim3()
void
testModelLinearDim4()
void
testModelLinearNDDim2()
void
testModelNDDim2()
void
testModelNDDim3()
void
testModelNDDim3MInConstructor()
En 2.2.2 mettre la matrice en construteur ne fonctionnait pas.void
testModelNDDim4()
-
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()
-
-