Package org.ujmp.gui

Interface MatrixGUIObject

    • Method Detail

      • getColorAt

        java.awt.Color getColorAt​(long rowIndex,
                                  long columnIndex)
      • getListenerList

        javax.swing.event.EventListenerList getListenerList()
      • fireValueChanged

        void fireValueChanged​(long row,
                              long column,
                              java.lang.Object value)
      • getMatrix

        Matrix getMatrix()
      • setMouseOverCoordinates

        void setMouseOverCoordinates​(long... coordinates)
      • getMouseOverCoordinates

        long[] getMouseOverCoordinates()
      • isIconUpToDate

        boolean isIconUpToDate()
      • setIconUpToDate

        void setIconUpToDate​(boolean b)
      • setIcon

        void setIcon​(java.awt.image.BufferedImage image)
      • isColumnCountUpToDate

        boolean isColumnCountUpToDate()
      • setColumnCount

        void setColumnCount​(long columnCount)
      • setColumnCountUpToDate

        void setColumnCountUpToDate​(boolean b)
      • isRowCountUpToDate

        boolean isRowCountUpToDate()
      • setRowCount

        void setRowCount​(long rowCount)
      • setRowCountUpToDate

        void setRowCountUpToDate​(boolean b)