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 AbstractPlotUpdaterTimeseriesDisplay. m_PlotUpdaterthe plot updater to use.protected AbstractPlotUpdaterTimeseriesDisplay.DisplayPanel. m_UpdaterMethods in adams.flow.sink that return AbstractPlotUpdater Modifier and Type Method Description AbstractPlotUpdaterTimeseriesDisplay. getPlotUpdater()Returns the plot updater in use.Methods in adams.flow.sink with parameters of type AbstractPlotUpdater Modifier and Type Method Description voidTimeseriesDisplay. 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 classSimplePlotUpdaterUpdates the display after the specified number of tokens have been processed.
-