Uses of Class
adams.flow.core.AbstractDataPlotUpdater
-
Packages that use AbstractDataPlotUpdater Package Description adams.flow.core adams.flow.sink.sequenceplotter adams.flow.sink.timeseriesdisplay adams.gui.visualization.instance adams.gui.visualization.spreadsheet -
-
Uses of AbstractDataPlotUpdater in adams.flow.core
Classes in adams.flow.core with type parameters of type AbstractDataPlotUpdater Modifier and Type Interface Description interface
DataPlotUpdaterHandler<T extends AbstractDataPlotUpdater>
Interface for plots that support updating.interface
DataPlotUpdaterSupporter<T extends AbstractDataPlotUpdater>
Interface for plots that support updating. -
Uses of AbstractDataPlotUpdater in adams.flow.sink.sequenceplotter
Subclasses of AbstractDataPlotUpdater in adams.flow.sink.sequenceplotter Modifier and Type Class Description class
AbstractPlotUpdater
Ancestor for classes that determine when to update the sequence plotter, i.e., repaint all of it.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. -
Uses of AbstractDataPlotUpdater in adams.flow.sink.timeseriesdisplay
Subclasses of AbstractDataPlotUpdater in adams.flow.sink.timeseriesdisplay Modifier and Type Class Description class
AbstractPlotUpdater
Ancestor for classes that determine when to update the timeseries display, i.e., repaint all of it.class
SimplePlotUpdater
Updates the display after the specified number of tokens have been processed. -
Uses of AbstractDataPlotUpdater in adams.gui.visualization.instance
Subclasses of AbstractDataPlotUpdater in adams.gui.visualization.instance Modifier and Type Class Description class
AbstractInstancePanelUpdater
Ancestor for classes that determine when to update the instance panel, i.e., repaint all of it.class
SimpleInstancePanelUpdater
Updates the flow after the specified number of tokens have been processed. -
Uses of AbstractDataPlotUpdater in adams.gui.visualization.spreadsheet
Subclasses of AbstractDataPlotUpdater in adams.gui.visualization.spreadsheet Modifier and Type Class Description class
AbstractSpreadSheetRowPanelUpdater
Ancestor for classes that determine when to update the instance panel, i.e., repaint all of it.class
SimpleSpreadSheetRowPanelUpdater
Updates the flow after the specified number of tokens have been processed.
-