public static interface IntensityGraphFigure.IROIInfoProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getROIInfo(int xIndex,
int yIndex,
int width,
int height)
Return the information to be displayed on ROI label.
|
java.lang.String getROIInfo(int xIndex,
int yIndex,
int width,
int height)
xIndex - x index of ROI start.yIndex - y index of ROI startwidth - width of ROIheight - height of ROI