Uses of Class
com.vividsolutions.jump.workbench.ui.cursortool.MultiClickTool

Packages that use MultiClickTool
com.vividsolutions.jump.workbench.ui.cursortool   
com.vividsolutions.jump.workbench.ui.cursortool.editing   
com.vividsolutions.jump.workbench.ui.warp   
org.openjump.core.ui.plugin.edit.helpclassesselection   
org.openjump.core.ui.plugin.edittoolbox.cursortools   
org.openjump.core.ui.plugin.tools   
 

Uses of MultiClickTool in com.vividsolutions.jump.workbench.ui.cursortool
 

Subclasses of MultiClickTool in com.vividsolutions.jump.workbench.ui.cursortool
 class DrawPolygonFenceTool
           
 class MeasureTool
          A tool which displays cumlative length, angle and cumlative area of a linestring drawn on the screen.
 class NClickTool
          Whereas a MultiClickTool looks for a double-click to end the gesture, an NClickTool looks for a certain number of points to end the gesture.
 class NoteTool
           
 class PolygonTool
           
 class VectorTool
           
 

Uses of MultiClickTool in com.vividsolutions.jump.workbench.ui.cursortool.editing
 

Subclasses of MultiClickTool in com.vividsolutions.jump.workbench.ui.cursortool.editing
 class DrawLineStringTool
           
 class DrawPointTool
           
 class DrawPolygonTool
           
 class InsertVertexTool
           
 class SnapVerticesToSelectedVertexClickTool
           
 

Uses of MultiClickTool in com.vividsolutions.jump.workbench.ui.warp
 

Subclasses of MultiClickTool in com.vividsolutions.jump.workbench.ui.warp
 class DrawIncrementalWarpingVectorTool
           
 class DrawWarpingVectorTool
           
 

Uses of MultiClickTool in org.openjump.core.ui.plugin.edit.helpclassesselection
 

Subclasses of MultiClickTool in org.openjump.core.ui.plugin.edit.helpclassesselection
 class DrawFenceTool
           
 

Uses of MultiClickTool in org.openjump.core.ui.plugin.edittoolbox.cursortools
 

Subclasses of MultiClickTool in org.openjump.core.ui.plugin.edittoolbox.cursortools
 class AutoCompletePolygonCursorTool
           
 class CutPolygonTool
          This cursor tool is installed by CutPoygonSIGLEPlugIn To use it, select one or several Polygon a in layer A, draw a Polygon b by hand, every selected polygon a will be changed intoĻa - b.
 class DrawCircleWithGivenRadiusTool
           
 

Uses of MultiClickTool in org.openjump.core.ui.plugin.tools
 

Subclasses of MultiClickTool in org.openjump.core.ui.plugin.tools
 class MeasureM_FTool