Generated by
JDiff

Interface org.jhotdraw.draw.DragTracker

Added interface org.jhotdraw.draw.Tool.
Documentation changed from old to new.

Changed from a class to an interface. Changed from non-abstract to abstract.

Removed Constructors
DragTracker(Figure) Creates a new instance.
 

Removed Methods
void mouseDragged(MouseEvent)  
void mouseMoved(MouseEvent)  
void mousePressed(MouseEvent)  
void mouseReleased(MouseEvent)  
 

Added Methods
void setDraggedFigure(Figure)  
 

Removed Fields
Figure anchorFigure  
Double anchorOrigin The anchorOrigin holds the origin of all dragged figures of the mousePressed event.
Double anchorPoint The anchorPoint holds the location of the mouse of the mousePressed event.
Double dragRect The drag rectangle encompasses the bounds of all dragged figures.
Double previousOrigin The previousOrigin holds the origin of all dragged figures of the previous mouseDragged event.
Double previousPoint The previousPoint holds the location of the mouse of the previous mouseDragged event.