Uses of Class
adams.gui.visualization.spectrum.SpectrumExplorer
-
Packages that use SpectrumExplorer Package Description adams.flow.sink adams.gui.visualization.spectrum -
-
Uses of SpectrumExplorer in adams.flow.sink
Fields in adams.flow.sink declared as SpectrumExplorer Modifier and Type Field Description protected SpectrumExplorer
SpectrumDisplay.DisplayPanel. m_Panel
Methods in adams.flow.sink with parameters of type SpectrumExplorer Modifier and Type Method Description protected static void
SpectrumDisplay. tokenToContainers(adams.flow.core.Token token, SpectrumExplorer panel, AbstractPlotUpdater plotUpdater, adams.core.logging.Logger logger)
Displays the token. -
Uses of SpectrumExplorer in adams.gui.visualization.spectrum
Methods in adams.gui.visualization.spectrum that return SpectrumExplorer Modifier and Type Method Description protected SpectrumExplorer
SpectrumExplorer. duplicateWindow(boolean visible)
Opens a new window with the same content/setup.protected SpectrumExplorer
SpectrumExplorer. newWindow(boolean visible)
Opens a new window.
-