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