Uses of Class
org.nuiton.math.matrix.gui.MatrixPanelEditor
-
Packages that use MatrixPanelEditor Package Description org.nuiton.math.matrix.gui Nuiton matrix panel.org.nuiton.math.matrix.viewer.renderer Nuiton matrix viewer jfreechart renderer. -
-
Uses of MatrixPanelEditor in org.nuiton.math.matrix.gui
Methods in org.nuiton.math.matrix.gui with parameters of type MatrixPanelEditor Modifier and Type Method Description protected voidMatrixPanelEditorHandler. fireEvent(MatrixPanelEditor matrixPanelEditor)protected voidMatrixPanelEditorHandler. initEditor(MatrixPanelEditor matrixPanelEditor)Init panel with current panel matrix.voidMatrixPanelEditorHandler. modifyMatrixDimension(MatrixPanelEditor matrixPanelEditor)Modify matrix dimensions -
Uses of MatrixPanelEditor in org.nuiton.math.matrix.viewer.renderer
Fields in org.nuiton.math.matrix.viewer.renderer declared as MatrixPanelEditor Modifier and Type Field Description protected MatrixPanelEditorMatrixPanelRenderer. editorMatrix editor.Methods in org.nuiton.math.matrix.viewer.renderer that return MatrixPanelEditor Modifier and Type Method Description MatrixPanelEditorMatrixPanelRenderer. getEditor()Get editor instance to allow configuration.
-