Interface IntensityGraphFigure.IProfileDataChangeLisenter

  • Enclosing class:
    IntensityGraphFigure

    public static interface IntensityGraphFigure.IProfileDataChangeLisenter
    • Method Detail

      • profileDataChanged

        void profileDataChanged​(double[] xProfileData,
                                double[] yProfileData,
                                Range xAxisRange,
                                Range yAxisRange)
        Called whenever profile data changed. This is called in a non-UI thread.
        Parameters:
        xProfileData - Profile data on x Axis.
        yProfileData - Profile data on y Axis.
        xAxisRange - x Axis range.
        yAxisRange - y Axis range.