Uses of Interface
adams.flow.core.DataPlotUpdaterSupporter
-
Packages that use DataPlotUpdaterSupporter Package Description adams.flow.core adams.flow.sink adams.flow.standalone -
-
Uses of DataPlotUpdaterSupporter in adams.flow.core
Subinterfaces of DataPlotUpdaterSupporter in adams.flow.core Modifier and Type Interface Description interface
DataPlotUpdaterHandler<T extends AbstractDataPlotUpdater>
Interface for plots that support updating. -
Uses of DataPlotUpdaterSupporter in adams.flow.sink
Classes in adams.flow.sink that implement DataPlotUpdaterSupporter Modifier and Type Class Description class
SequencePlotter
Actor that plots sequences over time.
See also:
adams.flow.sink.SimplePlot
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
class
SimplePlot
Actor for generating simple plots.
See also:
adams.flow.sink.SequencePlotter
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
class
TimeseriesDisplay
Actor that displays timeseries. -
Uses of DataPlotUpdaterSupporter in adams.flow.standalone
Classes in adams.flow.standalone that implement DataPlotUpdaterSupporter Modifier and Type Class Description static class
AbstractMultiView.ViewWrapper
A wrapper for the actual actors.class
GridView
Displays multiple graphical actors in a grid.class
TabView
Displays multiple graphical actors in a tabbed pane.
-