Class LiveStreamWithHistogramTopUI
java.lang.Object
uk.ac.gda.client.live.stream.view.customui.AbstractLiveStreamViewCustomUi
uk.ac.gda.client.live.stream.view.customui.histogram.LiveStreamWithHistogramTopUI
- All Implemented Interfaces:
LiveStreamViewCustomUi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateUi(org.eclipse.swt.widgets.Composite composite) Called when theLiveStreamViewis drawing this custom UI.voidsetImageHigh(double imageHighValue) voidsetImageLow(double imageLowValue) Methods inherited from class uk.ac.gda.client.live.stream.view.customui.AbstractLiveStreamViewCustomUi
dispose, getActionBars, getImageTrace, getLiveStreamConnection, getPlottingSystem, setActionBars, setImageTrace, setLiveStreamConnection, setPlottingSystem
-
Constructor Details
-
LiveStreamWithHistogramTopUI
public LiveStreamWithHistogramTopUI()
-
-
Method Details
-
setImageLow
public void setImageLow(double imageLowValue) -
setImageHigh
public void setImageHigh(double imageHighValue) -
createUi
public void createUi(org.eclipse.swt.widgets.Composite composite) Description copied from interface:LiveStreamViewCustomUiCalled when theLiveStreamViewis drawing this custom UI. At this point theIPlottingSystemandLiveStreamConnectionwill be setup so then can be used in this method.- Parameters:
composite- The composite to draw custom UI onto.
-