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
    getROIInfo(int xIndex, int yIndex, int width, int height)
    Return the information to be displayed on ROI label.
  • Method Details

    • getROIInfo

      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 start
      width - width of ROI
      height - height of ROI