Class SnapVerticesToSelectedVertexTool
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.cursortool.DelegatingTool
-
- org.locationtech.jts.jump.workbench.ui.cursortool.QuasimodeTool
-
- org.locationtech.jts.jump.workbench.ui.cursortool.editing.SnapVerticesToSelectedVertexTool
-
- All Implemented Interfaces:
MouseListener,MouseMotionListener,EventListener,CursorTool
public class SnapVerticesToSelectedVertexTool extends QuasimodeTool
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.locationtech.jts.jump.workbench.ui.cursortool.QuasimodeTool
QuasimodeTool.ModifierKeySpec
-
-
Constructor Summary
Constructors Constructor Description SnapVerticesToSelectedVertexTool(EnableCheckFactory checkFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IcongetIcon()StringgetName()Returns a very brief description of this CursorTool.-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.cursortool.QuasimodeTool
activate, add, addStandardQuasimodes, deactivate, getCursor, mousePressed
-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.cursortool.DelegatingTool
cancelGesture, getDelegate, isGestureInProgress, isRightMouseButtonUsed, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, setDelegate
-
-
-
-
Constructor Detail
-
SnapVerticesToSelectedVertexTool
public SnapVerticesToSelectedVertexTool(EnableCheckFactory checkFactory)
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:CursorToolReturns a very brief description of this CursorTool.- Specified by:
getNamein interfaceCursorTool- Overrides:
getNamein classDelegatingTool- Returns:
- the name of this CursorTool
-
getIcon
public Icon getIcon()
- Specified by:
getIconin interfaceCursorTool- Overrides:
getIconin classDelegatingTool- Returns:
- null to use a default icon
-
-