All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.HandleTracker
java.lang.Object
|
+----CH.ifa.draw.standard.AbstractTool
|
+----CH.ifa.draw.standard.HandleTracker
- public class HandleTracker
- extends AbstractTool
HandleTracker implements interactions with the handles
of a Figure.
- See Also:
- SelectionTool
-
HandleTracker(DrawingView, Handle)
-
-
mouseDown(MouseEvent, int, int)
- Handles mouse down events in the drawing view.
-
mouseDrag(MouseEvent, int, int)
- Handles mouse drag events in the drawing view.
-
mouseUp(MouseEvent, int, int)
- Handles mouse up in the drawing view.
HandleTracker
public HandleTracker(DrawingView view,
Handle anchorHandle)
mouseDown
public void mouseDown(MouseEvent e,
int x,
int y)
- Handles mouse down events in the drawing view.
- Overrides:
- mouseDown in class AbstractTool
mouseDrag
public void mouseDrag(MouseEvent e,
int x,
int y)
- Handles mouse drag events in the drawing view.
- Overrides:
- mouseDrag in class AbstractTool
mouseUp
public void mouseUp(MouseEvent e,
int x,
int y)
- Handles mouse up in the drawing view.
- Overrides:
- mouseUp in class AbstractTool
All Packages Class Hierarchy This Package Previous Next Index