Uses of Class
org.nuiton.math.matrix.gui.MatrixPanelEditor
Packages that use MatrixPanelEditor
Package
Description
Nuiton matrix panel.
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 MatrixPanelEditorModifier and TypeMethodDescriptionprotected 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 MatrixPanelEditorModifier and TypeFieldDescriptionprotected MatrixPanelEditorMatrixPanelRenderer.editorMatrix editor.Methods in org.nuiton.math.matrix.viewer.renderer that return MatrixPanelEditorModifier and TypeMethodDescriptionMatrixPanelRenderer.getEditor()Get editor instance to allow configuration.