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 pixelyIndex
- y index of the pixelxCoordinate
- x axis coordinate of the pixelyCoordinate
- y axis coordinate of the pixelpixelValue
- value of the pixel- Returns:
- the information about this pixel.
-
-