Class ColorsTablePanel

    • Constructor Detail

      • ColorsTablePanel

        public ColorsTablePanel​(Component parent,
                                ColorsTablePanel.TableType tableType,
                                ColorMapEntry[] colorMapEntries,
                                Double noDataValue,
                                boolean integerValues)
        Parameters:
        parent - the parent component
        tableType - the table type is Intervals or Values
        colorMapEntries - the ColorMapEntry array
        noDataValue - a double value meaning nodata
        integerValues - true if entries are precise integer values
    • Method Detail

      • updateTable

        public final void updateTable​(ColorMapEntry[] colorMapEntries)
      • addRows

        public void addRows()
      • removeRow

        public void removeRow()
      • getSelectedRowsCount

        public int getSelectedRowsCount()
      • getTable

        public JTable getTable()