Interface IntensityGraphFigure.IROIInfoProvider

  • Enclosing class:
    IntensityGraphFigure

    public static interface IntensityGraphFigure.IROIInfoProvider
    Provides info to be displayed on ROI label.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 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 start
        width - width of ROI
        height - height of ROI