com.vividsolutions.jump.workbench.ui.cursortool.editing
Class SnapVerticesToSelectedVertexTool

java.lang.Object
  extended bycom.vividsolutions.jump.workbench.ui.cursortool.DelegatingTool
      extended bycom.vividsolutions.jump.workbench.ui.cursortool.QuasimodeTool
          extended bycom.vividsolutions.jump.workbench.ui.cursortool.editing.SnapVerticesToSelectedVertexTool
All Implemented Interfaces:
CursorTool, java.util.EventListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener

public class SnapVerticesToSelectedVertexTool
extends QuasimodeTool


Nested Class Summary
 
Nested classes inherited from class com.vividsolutions.jump.workbench.ui.cursortool.QuasimodeTool
QuasimodeTool.ModifierKeySpec
 
Constructor Summary
SnapVerticesToSelectedVertexTool(EnableCheckFactory checkFactory)
           
 
Method Summary
 javax.swing.Icon getIcon()
           
 java.lang.String getName()
          Returns a very brief description of this CursorTool.
 
Methods inherited from class com.vividsolutions.jump.workbench.ui.cursortool.QuasimodeTool
activate, add, addStandardQuasimodes, deactivate, getCursor, mousePressed
 
Methods inherited from class com.vividsolutions.jump.workbench.ui.cursortool.DelegatingTool
cancelGesture, getDelegate, isGestureInProgress, isRightMouseButtonUsed, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, setDelegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapVerticesToSelectedVertexTool

public SnapVerticesToSelectedVertexTool(EnableCheckFactory checkFactory)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: CursorTool
Returns a very brief description of this CursorTool.

Specified by:
getName in interface CursorTool
Overrides:
getName in class DelegatingTool

getIcon

public javax.swing.Icon getIcon()
Specified by:
getIcon in interface CursorTool
Overrides:
getIcon in class DelegatingTool