Uses of Class
com.compomics.util.gui.spectrum.GraphicsPanel.GraphicsPanelType
Package | Description |
---|---|
com.compomics.util.gui.spectrum |
Spectrum and Chromatogram visualization GUI classes.
|
-
Uses of GraphicsPanel.GraphicsPanelType in com.compomics.util.gui.spectrum
Fields in com.compomics.util.gui.spectrum declared as GraphicsPanel.GraphicsPanelType Modifier and Type Field Description protected GraphicsPanel.GraphicsPanelType
GraphicsPanel. currentGraphicsPanelType
Sets the current GraphicsPanel type, default to centroid spectrum.Methods in com.compomics.util.gui.spectrum that return GraphicsPanel.GraphicsPanelType Modifier and Type Method Description static GraphicsPanel.GraphicsPanelType
GraphicsPanel.GraphicsPanelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphicsPanel.GraphicsPanelType[]
GraphicsPanel.GraphicsPanelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.