Interface IntensityGraphFigure.IProfileDataChangeLisenter
-
- Enclosing class:
- IntensityGraphFigure
public static interface IntensityGraphFigure.IProfileDataChangeLisenter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprofileDataChanged(double[] xProfileData, double[] yProfileData, Range xAxisRange, Range yAxisRange)Called whenever profile data changed.
-
-
-
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.
-
-