Interface IntensityGraphFigure.IPixelInfoProvider

  • Enclosing class:
    IntensityGraphFigure

    public static interface IntensityGraphFigure.IPixelInfoProvider
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPixelInfo​(int xIndex, int yIndex, double xCoordinate, double yCoordinate, double pixelValue)
      Get related information on this pixel, which will be displayed below the cursor.
    • Method Detail

      • getPixelInfo

        java.lang.String getPixelInfo​(int xIndex,
                                      int yIndex,
                                      double xCoordinate,
                                      double yCoordinate,
                                      double pixelValue)
        Get related information on this pixel, which will be displayed below the cursor.
        Parameters:
        xIndex - x index of the pixel
        yIndex - y index of the pixel
        xCoordinate - x axis coordinate of the pixel
        yCoordinate - y axis coordinate of the pixel
        pixelValue - value of the pixel
        Returns:
        the information about this pixel.