Uses of Class
org.epics.pvmanager.extra.WaterfallPlot

Packages that use WaterfallPlot
org.epics.pvmanager.extra   
 

Uses of WaterfallPlot in org.epics.pvmanager.extra
 

Methods in org.epics.pvmanager.extra that return WaterfallPlot
static WaterfallPlot ExpressionLanguage.waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv)
          Aggregates the sample at the scan rate and takes the average.
static WaterfallPlot ExpressionLanguage.waterfallPlotOf(SourceRateExpressionList<VDouble> vDoubles)
          Creates a waterfall plot from a series of scalar pvs.
 WaterfallPlot WaterfallPlot.with(WaterfallPlotParameters... newParameters)
          Changes parameters of the waterfall plot.