Uses of Class
com.compomics.util.gui.spectrum.GraphicsPanel.DrawingStyle
Package | Description |
---|---|
com.compomics.util.gui.spectrum |
Spectrum and Chromatogram visualization GUI classes.
|
-
Uses of GraphicsPanel.DrawingStyle in com.compomics.util.gui.spectrum
Fields in com.compomics.util.gui.spectrum declared as GraphicsPanel.DrawingStyle Modifier and Type Field Description protected GraphicsPanel.DrawingStyle
GraphicsPanel. iCurrentDrawStyle
This variable holds the current drawing style.Methods in com.compomics.util.gui.spectrum that return GraphicsPanel.DrawingStyle Modifier and Type Method Description 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 Constructor Description 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.