Class SelectionInteractor.MoveSelectionTool
java.lang.Object
com.bc.ceres.swing.figure.interactions.SelectionInteractor.MoveSelectionTool
- All Implemented Interfaces:
SelectionInteractor.Tool
- Enclosing class:
SelectionInteractor
protected class SelectionInteractor.MoveSelectionTool
extends Object
implements SelectionInteractor.Tool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
drag
(MouseEvent event) void
end
(MouseEvent event) void
start
(MouseEvent event)
-
Constructor Details
-
MoveSelectionTool
protected MoveSelectionTool()
-
-
Method Details
-
start
- Specified by:
start
in interfaceSelectionInteractor.Tool
-
drag
- Specified by:
drag
in interfaceSelectionInteractor.Tool
-
end
- Specified by:
end
in interfaceSelectionInteractor.Tool
-