Uses of Class
adams.gui.visualization.spectrum.SpectrumPanel
-
Packages that use SpectrumPanel Package Description adams.flow.sink.spectrumdisplay adams.gui.scripting adams.gui.visualization.spectrum -
-
Uses of SpectrumPanel in adams.flow.sink.spectrumdisplay
Methods in adams.flow.sink.spectrumdisplay with parameters of type SpectrumPanel Modifier and Type Method Description protected booleanSimplePlotUpdater. canNotify(SpectrumPanel panel, SpectrumContainer cont)Checks whether all conditions are met to notify the listeners for changes in the plot. -
Uses of SpectrumPanel in adams.gui.scripting
Methods in adams.gui.scripting that return SpectrumPanel Modifier and Type Method Description SpectrumPanelAbstractSpectrumPanelScriptlet. getSpectrumPanel()Returns the spectrum panel, if available.SpectrumPanelSpectralCommandProcessor. getSpectrumPanel()Returns the spectrum panel, if available. -
Uses of SpectrumPanel in adams.gui.visualization.spectrum
Fields in adams.gui.visualization.spectrum declared as SpectrumPanel Modifier and Type Field Description protected SpectrumPanelSpectrumContainerManager. m_Ownerthe owning panel.protected SpectrumPanelSpectrumPointHitDetector. m_Ownerthe owner of this detector.protected SpectrumPanelWaveNumberHitDetector. m_Ownerthe owner of this detector.protected SpectrumPanelSpectrumExplorer. m_PanelSpectrumthe panel for displaying.protected SpectrumPanelSpectrumPanelWithSampleData. m_PanelSpectrumthe spectrum panel.Methods in adams.gui.visualization.spectrum that return SpectrumPanel Modifier and Type Method Description protected SpectrumPanelSpectrumZoomOverviewPaintlet. getContainerPanel()Returns the panel to obtain plot and containers from.SpectrumPanelSpectrumContainerManager. getOwner()Returns the owning panel.SpectrumPanelSpectrumPointHitDetector. getOwner()Returns the owner.SpectrumPanelWaveNumberHitDetector. getOwner()Returns the owner.protected SpectrumPanelMultiSpectrumPanel. getSelectedPanel()Returns the currently selected spectrum panel.SpectrumPanelAbstractSpectrumPaintlet. getSequencePanel()Returns the sequence panel currently in use.SpectrumPanelSimpleSpectrumPaintlet. getSpectrumPanel()Returns the currently set total ion count panel, can be null.SpectrumPanelSpectrumExplorer. getSpectrumPanel()Returns the panel for painting the spectra.SpectrumPanelSpectrumPaintlet. getSpectrumPanel()Returns the currently set total ion count panel, can be null.Methods in adams.gui.visualization.spectrum with parameters of type SpectrumPanel Modifier and Type Method Description static voidWaveNumberHitDetector. select(SpectrumPanel panel, float waveno)Selects a wave number.Constructors in adams.gui.visualization.spectrum with parameters of type SpectrumPanel Constructor Description SpectrumContainerManager(SpectrumPanel owner, adams.db.AbstractDatabaseConnection dbcon)Initializes the manager.SpectrumPointHitDetector(SpectrumPanel owner)Initializes the hit detector.WaveNumberHitDetector(SpectrumPanel owner)Initializes the hit detector.
-