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 boolean
SimplePlotUpdater. 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 SpectrumPanel
AbstractSpectrumPanelScriptlet. getSpectrumPanel()
Returns the spectrum panel, if available.SpectrumPanel
SpectralCommandProcessor. 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 SpectrumPanel
SpectrumContainerManager. m_Owner
the owning panel.protected SpectrumPanel
SpectrumPointHitDetector. m_Owner
the owner of this detector.protected SpectrumPanel
WaveNumberHitDetector. m_Owner
the owner of this detector.protected SpectrumPanel
SpectrumExplorer. m_PanelSpectrum
the panel for displaying.protected SpectrumPanel
SpectrumPanelWithSampleData. m_PanelSpectrum
the spectrum panel.Methods in adams.gui.visualization.spectrum that return SpectrumPanel Modifier and Type Method Description protected SpectrumPanel
SpectrumZoomOverviewPaintlet. getContainerPanel()
Returns the panel to obtain plot and containers from.SpectrumPanel
SpectrumContainerManager. getOwner()
Returns the owning panel.SpectrumPanel
SpectrumPointHitDetector. getOwner()
Returns the owner.SpectrumPanel
WaveNumberHitDetector. getOwner()
Returns the owner.protected SpectrumPanel
MultiSpectrumPanel. getSelectedPanel()
Returns the currently selected spectrum panel.SpectrumPanel
AbstractSpectrumPaintlet. getSequencePanel()
Returns the sequence panel currently in use.SpectrumPanel
SimpleSpectrumPaintlet. getSpectrumPanel()
Returns the currently set total ion count panel, can be null.SpectrumPanel
SpectrumExplorer. getSpectrumPanel()
Returns the panel for painting the spectrums.SpectrumPanel
SpectrumPaintlet. 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 void
WaveNumberHitDetector. 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.
-