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 class
ConstrainedMultiClickArcTool
A VisualIndicatorTool that allows the user to draw shapes with multiple vertices.class
ConstrainedNClickTool
class
ConstrainedPolygonTool
class
DrawConstrainedArcTool
class
DrawConstrainedCircleTool
class
DrawConstrainedLineStringTool
class
DrawConstrainedPolygonTool
-
Uses of ConstrainedMultiClickTool in org.openjump.util.python.pythonexampleclasses
Subclasses of ConstrainedMultiClickTool in org.openjump.util.python.pythonexampleclasses Modifier and Type Class Description class
ConstrainedNClickTool
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
DrawCustomTool
-