Package org.csstudio.swt.widgets.figures
Interface IntensityGraphFigure.IPixelInfoProvider
- Enclosing class:
- IntensityGraphFigure
public static interface IntensityGraphFigure.IPixelInfoProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetPixelInfo
(int xIndex, int yIndex, double xCoordinate, double yCoordinate, double pixelValue) Get related information on this pixel, which will be displayed below the cursor.
-
Method Details
-
getPixelInfo
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.
-