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:
  • Constructor Details

    • IntensityHistogram

      public IntensityHistogram(IonMatch[] annotations, Spectrum currentSpectrum, double intensityThreshold, boolean lowResolution)
      Creates an IntensityHistogram plot
      Parameters:
      annotations - the full list of spectrum annotations
      currentSpectrum - the current spectrum
      intensityThreshold - the intensity threshold
      lowResolution - low or high resolution chart
  • Method Details

    • getChartPanel

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