Interface IntensityGraphFigure.IROIListener

Enclosing class:
IntensityGraphFigure

public static interface IntensityGraphFigure.IROIListener
ROI listener which will be notified whenever ROI moved.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    roiUpdated(int xIndex, int yIndex, int width, int height)
    Called whenever ROI updated.
  • Method Details

    • roiUpdated

      void roiUpdated(int xIndex, int yIndex, int width, int height)
      Called whenever ROI updated.
      Parameters:
      xIndex - x index of ROI start.
      yIndex - y index of ROI start
      width - width of ROI
      height - height of ROI