Uses of Class
adams.flow.sink.timeseriesdisplay.AbstractPlotUpdater
-
Packages that use AbstractPlotUpdater Package Description adams.flow.sink adams.flow.sink.timeseriesdisplay -
-
Uses of AbstractPlotUpdater in adams.flow.sink
Fields in adams.flow.sink declared as AbstractPlotUpdater Modifier and Type Field Description protected AbstractPlotUpdater
TimeseriesDisplay. m_PlotUpdater
the plot updater to use.protected AbstractPlotUpdater
TimeseriesDisplay.DisplayPanel. m_Updater
Methods in adams.flow.sink that return AbstractPlotUpdater Modifier and Type Method Description AbstractPlotUpdater
TimeseriesDisplay. getPlotUpdater()
Returns the plot updater in use.Methods in adams.flow.sink with parameters of type AbstractPlotUpdater Modifier and Type Method Description void
TimeseriesDisplay. setPlotUpdater(AbstractPlotUpdater value)
Sets the plot updater to use. -
Uses of AbstractPlotUpdater in adams.flow.sink.timeseriesdisplay
Subclasses of AbstractPlotUpdater in adams.flow.sink.timeseriesdisplay Modifier and Type Class Description class
SimplePlotUpdater
Updates the display after the specified number of tokens have been processed.
-