Class GradientTablePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, TableModelListener

public class GradientTablePanel extends ColorsTablePanel implements TableModelListener
Author:
GeomaticaEAmbiente
See Also:
  • Constructor Details

    • 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.
  • Method Details