Class LineProfileRegionsButton

java.lang.Object
uk.ac.gda.client.live.stream.view.customui.LineProfileRegionsButton
All Implemented Interfaces:
LiveStreamViewCameraControlsExtension

public class LineProfileRegionsButton extends Object implements LiveStreamViewCameraControlsExtension
  • Constructor Details

    • LineProfileRegionsButton

      public LineProfileRegionsButton()
  • Method Details

    • createUi

      public void createUi(org.eclipse.swt.widgets.Composite composite, CameraControl cameraControl)
      Description copied from interface: LiveStreamViewCameraControlsExtension
      Create the UI associated with this extension

      The parent composite will allocate one column to the UI. This class may, of course, subdivide this into multiple columns.

      Specified by:
      createUi in interface LiveStreamViewCameraControlsExtension
      Parameters:
      composite - The parent composite on which to create thus UI
      cameraControl - Object to control the camera
    • setFixedRegionWidth

      public void setFixedRegionWidth(boolean fixedRegionWidth)
    • setStreamID

      public void setStreamID(String streamID)
    • setStreamType

      public void setStreamType(String streamType)