Uses of Class
org.nuiton.math.matrix.viewer.MatrixRendererSolution

Packages that use MatrixRendererSolution
org.nuiton.math.matrix.viewer Nuiton matrix viewer. 
 

Uses of MatrixRendererSolution in org.nuiton.math.matrix.viewer
 

Fields in org.nuiton.math.matrix.viewer declared as MatrixRendererSolution
protected  MatrixRendererSolution MatrixViewerPanel.matrixRendererSolution
          Matrix renderer list solution.
 

Methods in org.nuiton.math.matrix.viewer that return MatrixRendererSolution
 MatrixRendererSolution MatrixViewerPanel.getMatrixRendererSolution()
           
static MatrixRendererSolution MatrixRendererSolution.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatrixRendererSolution[] MatrixRendererSolution.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuiton.math.matrix.viewer with parameters of type MatrixRendererSolution
 void MatrixViewerPanel.setMatrixRendererSolution(MatrixRendererSolution matrixRendererSolution)
           
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.