Interface IAnnotationListener
public interface IAnnotationListener
A listener on an annotation when annotation position was changed.
-
Method Summary
Modifier and Type Method Description voidannotationMoved(double oldX, double oldY, double newX, double newY)This event indicates a change in the axis' value range
-
Method Details
-
annotationMoved
void annotationMoved(double oldX, double oldY, double newX, double newY)This event indicates a change in the axis' value range
-