Uses of Enum
com.compomics.util.gui.spectrum.GraphicsPanel.DrawingStyle
Packages that use GraphicsPanel.DrawingStyle
Package
Description
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.DrawingStyleModifier and TypeFieldDescriptionprotected GraphicsPanel.DrawingStyleGraphicsPanel.iCurrentDrawStyleThis variable holds the current drawing style.Methods in com.compomics.util.gui.spectrum that return GraphicsPanel.DrawingStyleModifier and TypeMethodDescriptionstatic GraphicsPanel.DrawingStyleReturns 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.DrawingStyleModifierConstructorDescriptionSpectrumPanel(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.