Class SelectionInteractor.SelectRectangleTool
- java.lang.Object
-
- com.bc.ceres.swing.figure.interactions.SelectionInteractor.SelectRectangleTool
-
- All Implemented Interfaces:
SelectionInteractor.Tool
- Enclosing class:
- SelectionInteractor
protected class SelectionInteractor.SelectRectangleTool extends Object implements SelectionInteractor.Tool
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SelectRectangleTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drag(MouseEvent event)
void
end(MouseEvent event)
void
start(MouseEvent event)
-
-
-
Method Detail
-
start
public void start(MouseEvent event)
- Specified by:
start
in interfaceSelectionInteractor.Tool
-
drag
public void drag(MouseEvent event)
- Specified by:
drag
in interfaceSelectionInteractor.Tool
-
end
public void end(MouseEvent event)
- Specified by:
end
in interfaceSelectionInteractor.Tool
-
-