Interface IntensityGraphFigure.IROIInfoProvider
- Enclosing class:
- IntensityGraphFigure
public static interface IntensityGraphFigure.IROIInfoProvider
Provides info to be displayed on ROI label.
-
Method Summary
Modifier and Type Method Description java.lang.String
getROIInfo(int xIndex, int yIndex, int width, int height)
Return the information to be displayed on ROI label.
-
Method Details
-
getROIInfo
java.lang.String getROIInfo(int xIndex, int yIndex, int width, int height)Return the information to be displayed on ROI label. It will called whenever the ROI is repainted.- Parameters:
xIndex
- x index of ROI start.yIndex
- y index of ROI startwidth
- width of ROIheight
- height of ROI
-