Uses of Interface
org.ujmp.gui.MatrixGUIObject
-
-
Uses of MatrixGUIObject in org.ujmp.gui
Classes in org.ujmp.gui that implement MatrixGUIObject Modifier and Type Class Description class
AbstractMatrixGUIObject
class
DefaultMatrixGUIObject
-
Uses of MatrixGUIObject in org.ujmp.gui.actions
Methods in org.ujmp.gui.actions that return MatrixGUIObject Modifier and Type Method Description MatrixGUIObject
AbstractMatrixAction. getMatrixObject()
Methods in org.ujmp.gui.actions with parameters of type MatrixGUIObject Modifier and Type Method Description void
AbstractMatrixAction. setMatrix(MatrixGUIObject m)
-
Uses of MatrixGUIObject in org.ujmp.gui.frame
Constructors in org.ujmp.gui.frame with parameters of type MatrixGUIObject Constructor Description MatrixFrame(MatrixGUIObject m)
-
Uses of MatrixGUIObject in org.ujmp.gui.graph
Constructors in org.ujmp.gui.graph with parameters of type MatrixGUIObject Constructor Description GraphPanel(MatrixGUIObject o)
-
Uses of MatrixGUIObject in org.ujmp.gui.menu
Constructors in org.ujmp.gui.menu with parameters of type MatrixGUIObject Constructor Description MatrixMenu(javax.swing.JComponent component, MatrixGUIObject o, GUIObject owner)
MatrixMenuBar(javax.swing.JComponent component, MatrixGUIObject o, GUIObject owner)
MatrixPopupMenu(javax.swing.JComponent c, MatrixGUIObject matrix, long row, long column)
-
Uses of MatrixGUIObject in org.ujmp.gui.panels
Fields in org.ujmp.gui.panels declared as MatrixGUIObject Modifier and Type Field Description private MatrixGUIObject
MatrixTableEditorPanel. dataModel
private MatrixGUIObject
GnuPlotPanel. matrix
private MatrixGUIObject
MatlabPanel. matrix
private MatrixGUIObject
OctavePanel. matrix
private MatrixGUIObject
RPanel. matrix
private MatrixGUIObject
MatrixHeatmapPanel. matrixGUIObject
Methods in org.ujmp.gui.panels that return MatrixGUIObject Modifier and Type Method Description MatrixGUIObject
MatrixHeatmapPanel. getMatrix()
Constructors in org.ujmp.gui.panels with parameters of type MatrixGUIObject Constructor Description GnuPlotPanel(MatrixGUIObject m)
MatlabPanel(MatrixGUIObject m)
MatrixEditorPanel(java.lang.String title, MatrixGUIObject m)
MatrixEditorPanel(MatrixGUIObject m)
MatrixHeatmapPanel(MatrixGUIObject matrixGUIObject, boolean showBorder)
MatrixPanel(MatrixGUIObject m)
MatrixTableEditorPanel(java.lang.String title, MatrixGUIObject m)
MatrixTreePanel(MatrixGUIObject m)
OctavePanel(MatrixGUIObject m)
RPanel(MatrixGUIObject m)
-
Uses of MatrixGUIObject in org.ujmp.gui.plot
Fields in org.ujmp.gui.plot declared as MatrixGUIObject Modifier and Type Field Description private MatrixGUIObject
PlotSettings. matrixGUIObject
Methods in org.ujmp.gui.plot that return MatrixGUIObject Modifier and Type Method Description MatrixGUIObject
PlotSettings. getMatrixGUIObject()
Methods in org.ujmp.gui.plot with parameters of type MatrixGUIObject Modifier and Type Method Description void
PlotSettings. setMatrixGUIObject(MatrixGUIObject matrixGUIObject)
Constructors in org.ujmp.gui.plot with parameters of type MatrixGUIObject Constructor Description MatrixPlot(MatrixGUIObject m, boolean registerListeners)
PlotSettings(MatrixGUIObject m)
-
Uses of MatrixGUIObject in org.ujmp.gui.renderer
Fields in org.ujmp.gui.renderer declared as MatrixGUIObject Modifier and Type Field Description private MatrixGUIObject
MatrixHeatmapRenderer. matrixGUIObject
Methods in org.ujmp.gui.renderer with parameters of type MatrixGUIObject Modifier and Type Method Description static void
MatrixHeatmapRenderer. paintMatrix(java.awt.Graphics g, MatrixGUIObject matrix, int width, int height)
static void
MatrixHeatmapRenderer. paintMatrix(java.awt.Graphics g, MatrixGUIObject matrix, int width, int height, int paddingX, int paddingY)
private static boolean
MatrixHeatmapRenderer. paintMatrixOriginal(java.awt.Graphics g, MatrixGUIObject matrix, int width, int height)
void
MatrixHeatmapRenderer. setMatrix(MatrixGUIObject matrix)
-
Uses of MatrixGUIObject in org.ujmp.gui.statusbar
Fields in org.ujmp.gui.statusbar declared as MatrixGUIObject Modifier and Type Field Description private MatrixGUIObject
MatrixStatisticsBar. matrixGUIObject
private MatrixGUIObject
UpdateThread. matrixGUIObject
Constructors in org.ujmp.gui.statusbar with parameters of type MatrixGUIObject Constructor Description MatrixStatisticsBar(MatrixGUIObject m)
UpdateThread(MatrixGUIObject matrixGUIObject, javax.swing.JLabel jLabel)
-
Uses of MatrixGUIObject in org.ujmp.gui.table
Fields in org.ujmp.gui.table declared as MatrixGUIObject Modifier and Type Field Description private MatrixGUIObject
RowHeaderTableModel64. model
Constructors in org.ujmp.gui.table with parameters of type MatrixGUIObject Constructor Description MatrixTable64(MatrixGUIObject matrix)
RowHeaderTableModel64(MatrixGUIObject model)
-
Uses of MatrixGUIObject in org.ujmp.gui.util
Fields in org.ujmp.gui.util with type parameters of type MatrixGUIObject Modifier and Type Field Description private java.util.List<MatrixGUIObject>
UpdateIconTimerTask. list
Methods in org.ujmp.gui.util with parameters of type MatrixGUIObject Modifier and Type Method Description void
UpdateIconTimerTask. add(MatrixGUIObject matrixGUIObject)
static java.lang.String
TooltipUtil. getTooltip(MatrixGUIObject matrix, long... coordinates)
-
Uses of MatrixGUIObject in org.ujmp.jfreechart
Fields in org.ujmp.jfreechart declared as MatrixGUIObject Modifier and Type Field Description private MatrixGUIObject
AbstractChartPanel. matrix
private MatrixGUIObject
XYSeriesCollectionWrapper. matrix
private MatrixGUIObject
XYSeriesWrapper. matrix
Methods in org.ujmp.jfreechart that return MatrixGUIObject Modifier and Type Method Description MatrixGUIObject
AbstractChartPanel. getMatrix()
Methods in org.ujmp.jfreechart with parameters of type MatrixGUIObject Modifier and Type Method Description void
AbstractChartPanel. setMatrix(MatrixGUIObject matrix)
Constructors in org.ujmp.jfreechart with parameters of type MatrixGUIObject Constructor Description AbstractChartPanel(MatrixGUIObject matrix, ChartConfiguration config)
MatrixChartPanel(MatrixGUIObject guiObject)
MatrixChartPanel(MatrixGUIObject matrix, ChartConfiguration config)
XYSeriesCollectionWrapper(MatrixGUIObject m)
XYSeriesWrapper(MatrixGUIObject m, int number)
-