Interface IntensityGraphFigure.IROIListener
-
- Enclosing class:
- IntensityGraphFigure
public static interface IntensityGraphFigure.IROIListenerROI listener which will be notified whenever ROI moved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidroiUpdated(int xIndex, int yIndex, int width, int height)Called whenever ROI updated.
-