Uses of Class
org.openjump.core.ui.plugin.edittoolbox.cursortools.ConstrainedMultiClickTool
-
Packages that use ConstrainedMultiClickTool Package Description org.openjump.core.ui.plugin.edittoolbox.cursortools org.openjump.util.python.pythonexampleclasses -
-
Uses of ConstrainedMultiClickTool in org.openjump.core.ui.plugin.edittoolbox.cursortools
Subclasses of ConstrainedMultiClickTool in org.openjump.core.ui.plugin.edittoolbox.cursortools Modifier and Type Class Description classConstrainedMultiClickArcToolA VisualIndicatorTool that allows the user to draw shapes with multiple vertices.classConstrainedNClickToolclassConstrainedPolygonToolclassDrawConstrainedArcToolclassDrawConstrainedCircleToolclassDrawConstrainedLineStringToolclassDrawConstrainedPolygonTool -
Uses of ConstrainedMultiClickTool in org.openjump.util.python.pythonexampleclasses
Subclasses of ConstrainedMultiClickTool in org.openjump.util.python.pythonexampleclasses Modifier and Type Class Description classConstrainedNClickToolWhereas a MultiClickTool looks for a double-click to end the gesture, an NClickTool looks for a certain number of points to end the gesture.classDrawCustomTool
-