Uses of Interface
com.compomics.util.interfaces.SpectrumFile
Packages that use SpectrumFile
Package
Description
General, top-level tasks that are used throughout the other packages in the util section.
Spectrum and Chromatogram visualization GUI classes.
-
Uses of SpectrumFile in com.compomics.util.general
Classes in com.compomics.util.general that implement SpectrumFileModifier and TypeClassDescriptionclassThis 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 SpectrumFileModifier and TypeMethodDescriptionvoidSpectrumPanel.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 SpectrumFileModifierConstructorDescriptionSpectrumPanel(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.