Class ADArrayPlotUpdater
java.lang.Object
gda.factory.FindableBase
gda.device.detector.areadetector.v17.ADArrayPlotUpdater
- All Implemented Interfaces:
Findable
Monitor an Area Detector Array plugin for new array frames and draw them to a standard plot view.
Start/Stop plot updates using the .start() and .stop() methods.
If created in Spring then use the Finder to start/stop:
<bean id="ad_plot_update" class="gda.device.detector.areadetector.v17.ADArrayPlotUpdater">
<property name="name" value="ad_plot_update" />
<property name="plotName" value="AD Plot" />
<property name="arrayPlugin" ref="ndarray" />
</bean>
Finder.find("ad_plot_update").start()
...
Finder.find("ad_plot_update").stop()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublevoidsetArrayPlugin(NDArray arrayPlugin) voidsetMinUpdateTime(double minUpdateTime) voidsetPlotName(String plotName) voidstart()voidstop()Methods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setName
-
Constructor Details
-
ADArrayPlotUpdater
public ADArrayPlotUpdater() -
ADArrayPlotUpdater
-
-
Method Details
-
getArrayPlugin
-
setArrayPlugin
-
getPlotName
-
setPlotName
-
getMinUpdateTime
public double getMinUpdateTime() -
setMinUpdateTime
public void setMinUpdateTime(double minUpdateTime) -
start
public void start() -
stop
public void stop()
-