Package org.csstudio.swt.widgets.figures
Interface IntensityGraphFigure.IROIInfoProvider
- Enclosing class:
- IntensityGraphFigure
public static interface IntensityGraphFigure.IROIInfoProvider
Provides info to be displayed on ROI label.
-
Method Summary
Modifier and TypeMethodDescriptiongetROIInfo
(int xIndex, int yIndex, int width, int height) Return the information to be displayed on ROI label.
-
Method Details
-
getROIInfo
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
-