Uses of Interface
com.compomics.util.interfaces.SpectrumFile
Package | Description |
---|---|
com.compomics.util.general |
General, top-level tasks that are used throughout the other packages in the util section.
|
com.compomics.util.gui.spectrum |
Spectrum and Chromatogram visualization GUI classes.
|
-
Uses of SpectrumFile in com.compomics.util.general
Classes in com.compomics.util.general that implement SpectrumFile Modifier and Type Class Description 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 Modifier and Type Method Description 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 Constructor Description 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.