14a14,14 > import java.awt.Graphics; 15a16,17 > import java.awt.Rectangle; > 15,15c15,15 < import java.awt.*; --- > import java.awt.Point; 42,42d57 < * @deprecated As of version 4.1, 43,43c58,58 < * use invokeStart(x, y, drawingView) --- > * @deprecated As of version 4.1, use invokeStart(x, y, drawingView) 48a51,51 > public void invokeStart(int x, int y, DrawingView view); 49,49c60,60 < public void invokeStart(int x, int y, Drawing drawing); --- > public void invokeStart(int x, int y, Drawing drawing); 54,55d55 < * @deprecated As of version 4.1, < * use invokeStart(x, y, drawingView) 58,58c49,49 < * @param view the handles container --- > * @param view the handles container 59a72,74 > * Tracks a step of the interaction. > * @param dx x delta of this step > * @param dy y delta of this step 60,62d71 < public void invokeStart(int x, int y, DrawingView view); < < /** 63,63c75,75 < * @deprecated As of version 4.1, --- > * @deprecated As of version 4.1, 64,64c76,76 < * use invokeStep(x, y, anchorX, anchorY, drawingView) --- > * use invokeStep(x, y, anchorX, anchorY, drawingView) 65,68d76 < * < * Tracks a step of the interaction. < * @param dx x delta of this step < * @param dy y delta of this step 69,69c77,77 < */ --- > */ 70,70c78,78 < public void invokeStep (int dx, int dy, Drawing drawing); --- > public void invokeStep (int dx, int dy, Drawing drawing); 70a79,80 > > /** 93,93d89 < * 94,94c90,90 < * Tracks the end of the interaction. --- > * Tracks the end of the interaction. 117a116,119 > /** > * Returns an Undoable to be used by the Undo/Redo infrastructure. > * @return Undoable > */ 119a122,125 > /** > * Sets an Undoable to be used by the Undo/Redo infrastructure. > * @param newUndoableActivity > */ 120a127,132 > > /** > * Returns the preferred Cursor for this Handle. > * @return Cursor > */ > public Cursor getCursor();