Class GradientTablePanel

    • Constructor Detail

      • GradientTablePanel

        public GradientTablePanel​(Component parent,
                                  ColorsTablePanel.TableType tableType,
                                  ColorMapEntry[] colorMapEntries,
                                  Double noDataValue,
                                  boolean integerValues,
                                  JPanel panel)
        Constructor for creating the panel that contains the table with the gradient's colors.
        Parameters:
        parent - parent Component of this GradientTablePanel
        tableType - tableType is INTERVALS or VALUES
        colorMapEntries - The colors that form the gradient
        noDataValue - value used for nodata cells
        integerValues - true if values are integers
        panel - Panel in which to add the table.