Class IntervalPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class IntervalPanel extends JPanel
Author:
GeomaticaEAmbiente
See Also:
  • Constructor Details

    • IntervalPanel

      public IntervalPanel(Component parent, RasterImageLayer rasterImageLayer, Range minMaxValues)
      Creates new form IntervalPanel
      Parameters:
      parent - parent Component
      rasterImageLayer - rasterImageLayer to symbolize
      minMaxValues - min and max pixel values for this image
  • Method Details

    • reset

      public void reset()
    • getKeyByValue

      public static <T,E> T getKeyByValue(Map<T,E> map, E value)
    • plugRasterSymbology

      public void plugRasterSymbology(RasterSymbology rasterSymbology)
    • getRasterStyler

      public RasterSymbology getRasterStyler() throws Exception
      Throws:
      Exception
    • getjComboBox_Gradient

      public GradientComboBox getjComboBox_Gradient()