43,44c43,46 < * @deprecated As of version 4.1, use invokeStart(x, y, drawingView) Tracks < * the start of the interaction. The default implementation does nothing. --- > * Tracks the start of the interaction. The default implementation > * does nothing. > * @ deprecated As of version 4.1, > * use invokeStart(x, y, drawingView) 60,61c62,63 < * @deprecated As of version 4.1, use invokeStep(x, y, anchorX, anchorY, < * drawingView) --- > * @ deprecated As of version 4.1, > * use invokeStep(x, y, anchorX, anchorY, drawingView) 92,93c94,95 < * @deprecated As of version 4.1, use invokeEnd(x, y, anchorX, anchorY, < * drawingView). --- > * @deprecated As of version 4.1, > * use invokeEnd(x, y, anchorX, anchorY, drawingView).