Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IsotopicDistributionSpectrum
This class is an implementation of the SpectrumFile specific for the isotopic distribution
Created by IntelliJ IDEA.
|
Modifier and Type | Method and Description |
---|---|
void |
SpectrumPanel.setSpectrumFile(SpectrumFile aSpecFile)
This method initializes a SpectrumPanel based on the spectrum information
in the specified SpectrumFile.
|
Constructor and 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,
int 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,
int 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,
int 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,
int 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,
int 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,
int 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.