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 SummaryConstructors Constructor Description MatrixPanelEditorTest()
 - 
Method SummaryAll 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.AbstractMatrixTestdisableTests, initI18n
 
- 
 
- 
- 
- 
Method Detail- 
getMatrixTestprotected MatrixND getMatrixTest(int dimCount) 
 - 
showprotected void show(Component comp) 
 - 
testModelNDDim2public void testModelNDDim2() 
 - 
testModelNDDim3public void testModelNDDim3() 
 - 
testModelNDDim3MInConstructorpublic void testModelNDDim3MInConstructor() En 2.2.2 mettre la matrice en construteur ne fonctionnait pas.
 - 
testModelNDDim4public void testModelNDDim4() 
 - 
testModelLinearNDDim2public void testModelLinearNDDim2() 
 - 
testModelLinearDim3public void testModelLinearDim3() 
 - 
testModelLinearDim4public void testModelLinearDim4() 
 
- 
 
-