org.epics.pvmanager.extra
Class WaterfallPlot

java.lang.Object
  extended by org.epics.pvmanager.DesiredRateExpression<VImage>
      extended by org.epics.pvmanager.extra.WaterfallPlot

public class WaterfallPlot
extends DesiredRateExpression<VImage>

A waterfall plot.

Author:
carcassi

Method Summary
 WaterfallPlotParameters getParameters()
          Returns the full set of parameters currently being used.
 WaterfallPlot with(WaterfallPlotParameters... newParameters)
          Changes parameters of the waterfall plot.
 
Methods inherited from class org.epics.pvmanager.DesiredRateExpression
getDataRecipe, getDefaultName, getFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

with

public WaterfallPlot with(WaterfallPlotParameters... newParameters)
Changes parameters of the waterfall plot.

Parameters:
newParameters - parameters to change
Returns:
this

getParameters

public WaterfallPlotParameters getParameters()
Returns the full set of parameters currently being used.

Returns:
the current parameters


Copyright © 2011. All Rights Reserved.