Uses of Class
adams.flow.sink.spectrumdisplay.AbstractPlotUpdater
-
Packages that use AbstractPlotUpdater Package Description adams.flow.sink adams.flow.sink.spectrumdisplay -
-
Uses of AbstractPlotUpdater in adams.flow.sink
Fields in adams.flow.sink declared as AbstractPlotUpdater Modifier and Type Field Description protected AbstractPlotUpdater
SpectrumDisplay. m_PlotUpdater
the plot updater to use.Methods in adams.flow.sink that return AbstractPlotUpdater Modifier and Type Method Description AbstractPlotUpdater
SpectrumDisplay. getPlotUpdater()
Returns the plot updater in use.Methods in adams.flow.sink with parameters of type AbstractPlotUpdater Modifier and Type Method Description void
SpectrumDisplay. setPlotUpdater(AbstractPlotUpdater value)
Sets the plot updater to use.protected static void
SpectrumDisplay. tokenToContainers(adams.flow.core.Token token, SpectrumExplorer panel, AbstractPlotUpdater plotUpdater, adams.core.logging.Logger logger)
Displays the token. -
Uses of AbstractPlotUpdater in adams.flow.sink.spectrumdisplay
Subclasses of AbstractPlotUpdater in adams.flow.sink.spectrumdisplay Modifier and Type Class Description class
SimplePlotUpdater
Updates the display after the specified number of tokens have been processed.
-