Uses of Class
com.vividsolutions.jump.workbench.ui.cursortool.AbstractCursorTool
Packages that use AbstractCursorTool
Package
Description
-
Uses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.cursortool
Subclasses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.cursortoolModifier and TypeClassDescriptionclassclassThe default implementation draws a selection box, but this can be overridden (even to draw nothing).classclassclassclassA tool which displays cumlative length, angle and cumlative area of a linestring drawn on the screen.classA VisualIndicatorTool that allows the user to draw shapes with multiple vertices.classWhereas a MultiClickTool looks for a double-click to end the gesture, an NClickTool looks for a certain number of points to end the gesture.classclassclassclassclassclassclassclassclassAllows the user to specify features by clicking on them or drawing a box around them.classclass -
Uses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.cursortool.editing
Modifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassMethods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type AbstractCursorToolModifier and TypeMethodDescriptionFeatureDrawingUtil.createAddCommand(org.locationtech.jts.geom.Geometry geometry, boolean rollingBackInvalidEdits, LayerViewPanel layerViewPanel, AbstractCursorTool tool) The calling CursorTool should call #preserveUndoHistory; otherwise the undo history will be (unnecessarily) truncated if a problem occurs.voidFeatureDrawingUtil.drawLineString(org.locationtech.jts.geom.LineString newLineString, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel) Implement the special check for adding to the end of a selected LineStringvoidFeatureDrawingUtil.drawRing(org.locationtech.jts.geom.Polygon polygon, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel) FeatureDrawingUtil.prepare(AbstractCursorTool drawFeatureTool, boolean allowSnapping) Apply settings common to all feature-drawing tools.createAddCommand -
Uses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.snap
Subclasses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.snapModifier and TypeClassDescriptionclassVisually indicates the snap point with a coloured dot. -
Uses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.warp
Subclasses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.warpModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.zoom
Subclasses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.zoomModifier and TypeClassDescriptionclassclassPans the image in the current task window.class -
Uses of AbstractCursorTool in org.openjump.core.ui.plugin.edit.helpclassesselection
Subclasses of AbstractCursorTool in org.openjump.core.ui.plugin.edit.helpclassesselectionMethods in org.openjump.core.ui.plugin.edit.helpclassesselection with parameters of type AbstractCursorToolModifier and TypeMethodDescriptionFenceDrawingUtil.prepare(AbstractCursorTool drawFeatureTool, boolean allowSnapping) Apply settings common to all feature-drawing tools. -
Uses of AbstractCursorTool in org.openjump.core.ui.plugin.edittoolbox.cursortools
Subclasses of AbstractCursorTool in org.openjump.core.ui.plugin.edittoolbox.cursortoolsModifier and TypeClassDescriptionclassclassThe default implementation draws a selection box, but this can be overridden (even to draw nothing).classclassA VisualIndicatorTool that allows the user to draw shapes with multiple vertices.classA VisualIndicatorTool that allows the user to draw shapes with multiple vertices.classclassclassclassThis 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.classclassclassclassclassclassclassclassclassclassA select tool opening a popup dialog to choose which feature to be selected when several superimposed features are located under the mouse.class -
Uses of AbstractCursorTool in org.openjump.core.ui.plugin.raster
Subclasses of AbstractCursorTool in org.openjump.core.ui.plugin.rasterModifier and TypeClassDescriptionclassclassclass -
Uses of AbstractCursorTool in org.openjump.core.ui.plugin.tools
Subclasses of AbstractCursorTool in org.openjump.core.ui.plugin.toolsModifier and TypeClassDescriptionclassA tool for measurment of distance or area.classclassZooms the image in the current task window. -
Uses of AbstractCursorTool in org.openjump.core.ui.plugin.view
Subclasses of AbstractCursorTool in org.openjump.core.ui.plugin.viewModifier and TypeClassDescriptionclassThis tool have the following functions: - zoom in/out with left/right mouse click - pan with mouse drag - zoom in/out with mousewheel and then left click for zoom or right click for cancel In wheelMode you can see the new area after zooming. -
Uses of AbstractCursorTool in org.openjump.util.python.pythonexampleclasses
Subclasses of AbstractCursorTool in org.openjump.util.python.pythonexampleclassesModifier and TypeClassDescriptionclassWhereas 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