CH.ifa.draw.samples.javadraw
Class MySelectionTool
- java.lang.Object
-
- CH.ifa.draw.standard.AbstractTool
-
- CH.ifa.draw.standard.SelectionTool
-
- CH.ifa.draw.samples.javadraw.MySelectionTool
-
- All Implemented Interfaces:
- Tool
public class MySelectionTool extends SelectionTool
A SelectionTool that interprets double clicks to inspect the clicked figure
-
-
Constructor Summary
Constructors Constructor and Description MySelectionTool(DrawingView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidmouseDown(java.awt.event.MouseEvent e, int x, int y)Handles mouse down events and starts the corresponding tracker.-
Methods inherited from class CH.ifa.draw.standard.SelectionTool
mouseDrag, mouseUp
-
Methods inherited from class CH.ifa.draw.standard.AbstractTool
activate, deactivate, drawing, editor, keyDown, mouseMove, view
-
-
-
-
Constructor Detail
-
MySelectionTool
public MySelectionTool(DrawingView view)
-
-
Method Detail
-
mouseDown
public void mouseDown(java.awt.event.MouseEvent e, int x, int y)Handles mouse down events and starts the corresponding tracker.- Specified by:
mouseDownin interfaceTool- Overrides:
mouseDownin classSelectionTool
-
-
DataMelt 3.0 © DataMelt by jWork.ORG