public static interface IntensityGraphFigure.IPixelInfoProvider
| Modifier and Type | Method and 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.
|
java.lang.String getPixelInfo(int xIndex,
int yIndex,
double xCoordinate,
double yCoordinate,
double pixelValue)
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