Interface IntensityGraphFigure.IPixelInfoListener

Enclosing class:
IntensityGraphFigure

public static interface IntensityGraphFigure.IPixelInfoListener
Interface for notifications about a 'Pixel'
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    pixelInfoChanged(IntensityGraphFigure.PixelInfo pixel_info, boolean selected)
    Mouse was moved, or user selected (clicked) on a location in the graph
  • Method Details

    • pixelInfoChanged

      void pixelInfoChanged(IntensityGraphFigure.PixelInfo pixel_info, boolean selected)
      Mouse was moved, or user selected (clicked) on a location in the graph
      Parameters:
      pixel_info - Information about a pixel
      selected - Was mouse button clicked to select this location, or mouse simply moved?