Interface IntensityGraphFigure.IROIListener

  • Enclosing class:
    IntensityGraphFigure

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

      • 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