Class IntensityHistogram

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class IntensityHistogram
extends JPanel
Creates an IntensityHistogram plot.
Author:
Harald Barsnes, Marc Vaudel
See Also:
Serialized Form
  • Constructor Details

    • IntensityHistogram

      public IntensityHistogram()
      Empty default constructor
    • IntensityHistogram

      public IntensityHistogram​(IonMatch[] annotations, Spectrum currentSpectrum, double intensityThreshold)
      Creates an IntensityHistogram plot
      Parameters:
      annotations - the full list of spectrum annotations
      currentSpectrum - the current spectrum
      intensityThreshold - the intensity threshold
  • Method Details

    • getChartPanel

      public org.jfree.chart.ChartPanel getChartPanel()
      Returns the chart panel.
      Returns:
      the chart panel