Class GradientLabelLegendComponent

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable

    public class GradientLabelLegendComponent
    extends JComponent
    Class to create the component formed by a JPanel and two JLabels. The JPanel contain the gradient and the JLabels contain the values.
    Author:
    GeomaticaEAmbiente
    See Also:
    Serialized Form
    • Constructor Detail

      • GradientLabelLegendComponent

        public GradientLabelLegendComponent​(TreeMap<Double,​Color> colorMapEntries,
                                            double noDataValue,
                                            String rasterName)