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 AbstractPlotUpdater
SequencePlotter. m_PlotUpdater
the plot updater to use.protected AbstractPlotUpdater
SimplePlot. m_PlotUpdater
the plot updater to use.Methods in adams.flow.sink that return AbstractPlotUpdater Modifier and Type Method Description AbstractPlotUpdater
SequencePlotter. getPlotUpdater()
Returns the plot updater in use.Methods in adams.flow.sink with parameters of type AbstractPlotUpdater Modifier and Type Method Description void
SequencePlotter. 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 class
NamedPlotUpdater
Updates the flow after the specified number of tokens per named plot have been processed.class
SimplePlotUpdater
Updates the flow after the specified number of tokens have been processed.
-