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

Packages that use AbstractCursorTool
com.vividsolutions.jump.workbench.ui.cursortool   
com.vividsolutions.jump.workbench.ui.cursortool.editing   
com.vividsolutions.jump.workbench.ui.snap   
com.vividsolutions.jump.workbench.ui.warp   
com.vividsolutions.jump.workbench.ui.zoom   
org.openjump.core.apitools   
org.openjump.core.ui.plugin.edit.helpclassesselection   
org.openjump.core.ui.plugin.edittoolbox.cursortools   
org.openjump.core.ui.plugin.tools   
org.openjump.util.python.pythonexampleclasses   
 

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

Subclasses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.cursortool
 class AbstractClickSelectedLineStringsTool
           
 class DragTool
          The default implementation draws a selection box, but this can be overridden (even to draw nothing).
 class DrawPolygonFenceTool
           
 class DrawRectangleFenceTool
           
 class FeatureInfoTool
           
 class MeasureTool
          A tool which displays cumlative length, angle and cumlative area of a linestring drawn on the screen.
 class MultiClickTool
          A VisualIndicatorTool that allows the user to draw shapes with multiple vertices.
 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 NodeLineStringsTool
           
 class NoteTool
           
 class PolygonTool
           
 class RectangleTool
           
 class SelectFeaturesTool
           
 class SelectLineStringsTool
           
 class SelectPartsTool
           
 class SelectTool
           
 class SpecifyFeaturesTool
          Allows the user to specify features by clicking on them or drawing a box around them.
 class SplitLineStringTool
           
 class VectorTool
           
 

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

Subclasses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.cursortool.editing
 class DeleteVertexTool
           
 class DrawLineStringTool
           
 class DrawPointTool
           
 class DrawPolygonTool
           
 class DrawRectangleTool
           
 class InsertVertexTool
           
 class MoveSelectedItemsTool
           
 class MoveVertexTool
           
 class SnapVerticesTool
           
 class SnapVerticesToSelectedVertexClickTool
           
 

Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type AbstractCursorTool
 UndoableCommand FeatureDrawingUtil.createAddCommand(com.vividsolutions.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.
 void FeatureDrawingUtil.drawLineString(com.vividsolutions.jts.geom.LineString newLineString, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel)
          Implement the special check for adding to the end of a selected LineString
 void FeatureDrawingUtil.drawRing(com.vividsolutions.jts.geom.Polygon polygon, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel)
           
 CursorTool FeatureDrawingUtil.prepare(AbstractCursorTool drawFeatureTool, boolean allowSnapping)
          Apply settings common to all feature-drawing tools.
 

Uses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.snap
 

Subclasses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.snap
 class SnapIndicatorTool
          Visually 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.warp
 class AbstractDeleteVectorTool
           
 class DeleteIncrementalWarpingVectorTool
           
 class DeleteWarpingVectorTool
           
 class DrawIncrementalWarpingVectorTool
           
 class DrawWarpingVectorTool
           
 

Uses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.zoom
 

Subclasses of AbstractCursorTool in com.vividsolutions.jump.workbench.ui.zoom
 class AbstractZoomTool
           
 class PanTool
          Pans the image in the current task window.
 class ZoomTool
           
 

Uses of AbstractCursorTool in org.openjump.core.apitools
 

Methods in org.openjump.core.apitools with parameters of type AbstractCursorTool
static PlugInContext PlugInContextTools.getContext(AbstractCursorTool tool)
          Get the PlugIn context out of an AbstractCursorTool.
 

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

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

Methods in org.openjump.core.ui.plugin.edit.helpclassesselection with parameters of type AbstractCursorTool
 CursorTool FenceDrawingUtil.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.cursortools
 class AutoCompletePolygonCursorTool
           
 class ConstrainedDragTool
          The default implementation draws a selection box, but this can be overridden (even to draw nothing).
 class ConstrainedMoveVertexTool
           
 class ConstrainedMultiClickArcTool
          A VisualIndicatorTool that allows the user to draw shapes with multiple vertices.
 class ConstrainedMultiClickTool
          A VisualIndicatorTool that allows the user to draw shapes with multiple vertices.
 class ConstrainedPolygonTool
           
 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
           
 class DrawConstrainedArcTool
           
 class DrawConstrainedCircleTool
           
 class DrawConstrainedLineStringTool
           
 class DrawConstrainedPolygonTool
           
 class RotateSelectedItemTool
           
 class ScaleSelectedItemsTool
           
 class SelectOneItemTool
           
 

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

Subclasses of AbstractCursorTool in org.openjump.core.ui.plugin.tools
 class MeasureM_FTool
           
 class ZoomRealtimeTool
          Zooms the image in the current task window.
 

Uses of AbstractCursorTool in org.openjump.util.python.pythonexampleclasses
 

Subclasses of AbstractCursorTool in org.openjump.util.python.pythonexampleclasses
 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