Interface IntensityGraphFigure.IROIInfoProvider
-
- Enclosing class:
- IntensityGraphFigure
public static interface IntensityGraphFigure.IROIInfoProviderProvides info to be displayed on ROI label.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetROIInfo(int xIndex, int yIndex, int width, int height)Return the information to be displayed on ROI label.
-
-
-
Method Detail
-
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
-
-