Uses of Class
adams.flow.sink.sequenceplotter.AbstractPlotUpdater
-
Packages that use AbstractPlotUpdater Package Description adams.flow.sink adams.flow.sink.sequenceplotter -
-
Uses of AbstractPlotUpdater in adams.flow.sink
Fields in adams.flow.sink declared as AbstractPlotUpdater Modifier and Type Field Description protected AbstractPlotUpdaterSequencePlotter. m_PlotUpdaterthe plot updater to use.protected AbstractPlotUpdaterSimplePlot. m_PlotUpdaterthe plot updater to use.Methods in adams.flow.sink that return AbstractPlotUpdater Modifier and Type Method Description AbstractPlotUpdaterSequencePlotter. getPlotUpdater()Returns the plot updater in use.Methods in adams.flow.sink with parameters of type AbstractPlotUpdater Modifier and Type Method Description voidSequencePlotter. setPlotUpdater(AbstractPlotUpdater value)Sets the plot updater to use. -
Uses of AbstractPlotUpdater in adams.flow.sink.sequenceplotter
Subclasses of AbstractPlotUpdater in adams.flow.sink.sequenceplotter Modifier and Type Class Description classNamedPlotUpdaterUpdates the flow after the specified number of tokens per named plot have been processed.classSimplePlotUpdaterUpdates the flow after the specified number of tokens have been processed.
-