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 void
MatrixPanelEditorHandler. fireEvent(MatrixPanelEditor matrixPanelEditor)
protected void
MatrixPanelEditorHandler. initEditor(MatrixPanelEditor matrixPanelEditor)
Init panel with current panel matrix.void
MatrixPanelEditorHandler. 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 MatrixPanelEditor
MatrixPanelRenderer. editor
Matrix editor.Methods in org.nuiton.math.matrix.viewer.renderer that return MatrixPanelEditor Modifier and Type Method Description MatrixPanelEditor
MatrixPanelRenderer. getEditor()
Get editor instance to allow configuration.
-