Uses of Interface
com.compomics.util.interfaces.SpectrumFile

Packages that use SpectrumFile
com.compomics.util.general The classes in this package focus mainly on very general, top-level tasks that are used throughout the other packages in the util section. 
com.compomics.util.gui.spectrum This package contains GUI classes related to Spectrum and Chromatogram visualization. 
 

Uses of SpectrumFile in com.compomics.util.general
 

Classes in com.compomics.util.general that implement SpectrumFile
 class IsotopicDistributionSpectrum
          This class is an implementation of the SpectrumFile specific for the isotopic distribution Created by IntelliJ IDEA.
 

Uses of SpectrumFile in com.compomics.util.gui.spectrum
 

Methods in com.compomics.util.gui.spectrum with parameters of type SpectrumFile
 void SpectrumPanel.setSpectrumFile(SpectrumFile aSpecFile)
          This method initializes a SpectrumPanel based on the spectrum information in the specified SpectrumFile.
 

Constructors in com.compomics.util.gui.spectrum with parameters of type SpectrumFile
SpectrumPanel(SpectrumFile aSpecFile)
          This constructor creates a SpectrumPanel based on the spectrum information in the specified SpectrumFile as an interactive lines plot.
SpectrumPanel(SpectrumFile aSpecFile, boolean aEnableInteraction)
          This constructor creates a SpectrumPanel based on the spectrum information in the specified SpectrumFile as a line plot.
SpectrumPanel(SpectrumFile aSpecFile, GraphicsPanel.DrawingStyle aDrawStyle, boolean aEnableInteraction)
          This constructor creates a SpectrumPanel based on the spectrum information in the specified SpectrumFile with the specified drawing style.
SpectrumPanel(SpectrumFile aSpecFile, GraphicsPanel.DrawingStyle aDrawStyle, boolean aEnableInteraction, Color aSpectrumFilenameColor)
          This constructor creates a SpectrumPanel based on the spectrum information in the specified SpectrumFile with the specified drawing style.
SpectrumPanel(SpectrumFile aSpecFile, GraphicsPanel.DrawingStyle aDrawStyle, boolean aEnableInteraction, Color aSpectrumFilenameColor, int aMaxPadding, boolean aShowFileName)
          This constructor creates a SpectrumPanel based on the spectrum information in the specified SpectrumFile with the specified drawing style.
SpectrumPanel(SpectrumFile aSpecFile, GraphicsPanel.DrawingStyle aDrawStyle, boolean aEnableInteraction, Color aSpectrumFilenameColor, int aMaxPadding, boolean aShowFileName, boolean aShowPrecursorDetails, boolean aShowResolution)
          This constructor creates a SpectrumPanel based on the spectrum information in the specified SpectrumFile with the specified drawing style.
SpectrumPanel(SpectrumFile aSpecFile, GraphicsPanel.DrawingStyle aDrawStyle, boolean aEnableInteraction, Color aSpectrumFilenameColor, int aMaxPadding, boolean aShowFileName, boolean aShowPrecursorDetails, boolean aShowResolution, int aMSLevel)
          This constructor creates a SpectrumPanel based on the spectrum information in the specified SpectrumFile with the specified drawing style.
SpectrumPanel(SpectrumFile aSpecFile, GraphicsPanel.DrawingStyle aDrawStyle, boolean aEnableInteraction, Color aSpectrumFilenameColor, int aMaxPadding, boolean aShowFileName, boolean aShowPrecursorDetails, boolean aShowResolution, int aMSLevel, boolean aProfileMode)
          This constructor creates a SpectrumPanel based on the spectrum information in the specified SpectrumFile with the specified drawing style.
 



Copyright © 2013. All Rights Reserved.