|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsPanel.DrawingStyle | |
---|---|
com.compomics.util.gui.spectrum | This package contains GUI classes related to Spectrum and Chromatogram visualization. |
Uses of GraphicsPanel.DrawingStyle in com.compomics.util.gui.spectrum |
---|
Fields in com.compomics.util.gui.spectrum declared as GraphicsPanel.DrawingStyle | |
---|---|
protected GraphicsPanel.DrawingStyle |
GraphicsPanel.iCurrentDrawStyle
This variable holds the current drawing style. |
Methods in com.compomics.util.gui.spectrum that return GraphicsPanel.DrawingStyle | |
---|---|
static GraphicsPanel.DrawingStyle |
GraphicsPanel.DrawingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GraphicsPanel.DrawingStyle[] |
GraphicsPanel.DrawingStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.compomics.util.gui.spectrum with parameters of type GraphicsPanel.DrawingStyle | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |