Interface HC1DropsizeCalc

All Superinterfaces:
Configurable, Findable, gda.observable.IObservable
All Known Implementing Classes:
HC1Dropsize, HC1DropsizeCalcBase, HC1DummyDropsize

public interface HC1DropsizeCalc extends Findable, gda.observable.IObservable, Configurable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disables the overlay on the OAV
    double
    Calculates the size of the drop on the OAV
    void
    Enables the overlay on the OAV
    Gets the last drop image
    double
    Calculates the current dropsize divided by a previous drop size - value between 1 - 100%
    void
    Sets the image of the drop
    void
    Calculates and sets the drop size on the sample in the OAV
    void
    setROIasCrosshair(int width)
    Sets the size of the cross hair in the centre of the ROI
    void
    setROIx(int lowLimit, int highLimit)
    Sets the coordinates that frames the Region of Interest of the Drop on the image using the explicit (x,y) coordinates of the bottom corner of rectangle, and its height and width

    Methods inherited from interface gda.factory.Configurable

    configure, isConfigureAtStartup, isConfigured, reconfigure

    Methods inherited from interface gda.factory.Findable

    getName, setName

    Methods inherited from interface gda.observable.IObservable

    addIObserver, deleteIObserver, deleteIObservers
  • Method Details