Uses of Class
org.nuiton.math.matrix.viewer.MatrixRendererSolution
-
Packages that use MatrixRendererSolution Package Description 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 Modifier and Type Field Description protected MatrixRendererSolution
MatrixViewerPanel. matrixRendererSolution
Matrix renderer list solution.Methods in org.nuiton.math.matrix.viewer that return MatrixRendererSolution Modifier and Type Method Description 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 Modifier and Type Method Description void
MatrixViewerPanel. setMatrixRendererSolution(MatrixRendererSolution matrixRendererSolution)
-