Class GradientLabelLegendComponent

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.openjump.core.rasterimage.styler.ui.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:
  • Constructor Details

    • GradientLabelLegendComponent

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