Class LiveStreamViewRoiControls

java.lang.Object
uk.ac.gda.client.live.stream.view.customui.AbstractLiveStreamViewCustomUi
uk.ac.gda.client.live.stream.view.customui.LiveStreamViewRoiControls
All Implemented Interfaces:
LiveStreamViewCustomUi

public class LiveStreamViewRoiControls extends AbstractLiveStreamViewCustomUi
Controls for live stream view that allows the ROI in area detector plugin to be set and retrieved.
  • Constructor Details

    • LiveStreamViewRoiControls

      public LiveStreamViewRoiControls(CameraControl cameraControl)
  • Method Details

    • createUi

      public void createUi(org.eclipse.swt.widgets.Composite composite)
      Description copied from interface: LiveStreamViewCustomUi
      Called when the LiveStreamView is drawing this custom UI. At this point the IPlottingSystem and LiveStreamConnection will be setup so then can be used in this method.
      Parameters:
      composite - The composite to draw custom UI onto.
    • setCameraControl

      public void setCameraControl(CameraControl cameraControl)