Uses of Interface
org.locationtech.jts.jump.workbench.ui.cursortool.CursorTool
-
-
Uses of CursorTool in org.locationtech.jts.jump.demo.delineation
Classes in org.locationtech.jts.jump.demo.delineation that implement CursorTool Modifier and Type Class Description classCreateDelineationToolCreates a new delineation feature.classEditDelineationToolEnables the user to move a vertex of an existing delineation. -
Uses of CursorTool in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui that return CursorTool Modifier and Type Method Description CursorToolLayerViewPanel. getCurrentCursorTool()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type CursorTool Modifier and Type Method Description WorkbenchToolBar.ToolConfigWorkbenchToolBar. addCursorTool(String tooltip, CursorTool cursorTool)WorkbenchToolBar.ToolConfigWorkbenchToolBar. addCursorTool(CursorTool cursorTool)voidLayerViewPanel. setCurrentCursorTool(CursorTool currentCursorTool) -
Uses of CursorTool in org.locationtech.jts.jump.workbench.ui.cursortool
Classes in org.locationtech.jts.jump.workbench.ui.cursortool that implement CursorTool Modifier and Type Class Description classAbstractCursorToolA tool that draws an XOR visual indicator.classAndCompositeToolEnables multiple CursorTools to operate at the same time.classCompositeToolclassDelegatingToolEnables the behaviour of a CursorTool instance to be overridden.classDragToolThe default implementation draws a selection box, but this can be overridden (even to draw nothing).classDrawPolygonFenceToolclassDrawRectangleFenceToolclassDummyToolclassFeatureInfoToolclassLeftClickFilterFilters out middle- and right-clicks.classMeasureToolclassMultiClickToolA VisualIndicatorTool that allows the user to draw shapes with multiple vertices.classNClickToolWhereas a MultiClickTool looks for a double-click to end the gesture, an NClickTool looks for a certain number of points to end the gesture.classNoteToolclassOrCompositeToolPermits only one CursorTool to be active at a time.classPolygonToolclassQuasimodeToolDelegates to different CursorTools depending on whether various modifier keys are pressed (Ctrl, Shift, Alt).classRectangleToolclassSelectFeaturesToolclassSelectLineStringsToolclassSelectPartsToolclassSelectToolclassSpecifyFeaturesToolAllows the user to specify features by clicking on them or drawing a box around them.classVectorToolMethods in org.locationtech.jts.jump.workbench.ui.cursortool that return CursorTool Modifier and Type Method Description protected CursorToolCompositeTool. firstCursorTool()CursorToolDelegatingTool. getDelegate()CursorToolLeftClickFilter. getWrappee()Methods in org.locationtech.jts.jump.workbench.ui.cursortool with parameters of type CursorTool Modifier and Type Method Description CompositeToolCompositeTool. add(CursorTool tool)QuasimodeToolQuasimodeTool. add(QuasimodeTool.ModifierKeySpec keySpec, CursorTool tool)static QuasimodeToolQuasimodeTool. addStandardQuasimodes(CursorTool tool)static StringAbstractCursorTool. name(CursorTool tool)voidAndCompositeTool. setCursorTool(CursorTool cursorTool)voidDelegatingTool. setDelegate(CursorTool delegate)Constructors in org.locationtech.jts.jump.workbench.ui.cursortool with parameters of type CursorTool Constructor Description AndCompositeTool(CursorTool[] cursorTools)CompositeTool(CursorTool[] cursorTools)DelegatingTool(CursorTool cursorTool)LeftClickFilter(CursorTool wrappee)OrCompositeTool(CursorTool[] cursorTools)QuasimodeTool(CursorTool defaultTool) -
Uses of CursorTool in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Classes in org.locationtech.jts.jump.workbench.ui.cursortool.editing that implement CursorTool Modifier and Type Class Description classDeleteVertexToolclassDrawLineStringToolclassDrawPointToolclassDrawPolygonToolclassDrawRectangleToolclassInsertVertexToolclassMoveSelectedItemsToolclassMoveVertexToolclassSnapVerticesToolclassSnapVerticesToSelectedVertexClickToolclassSnapVerticesToSelectedVertexToolMethods in org.locationtech.jts.jump.workbench.ui.cursortool.editing that return CursorTool Modifier and Type Method Description static CursorToolDrawLineStringTool. create(LayerNamePanelProxy layerNamePanelProxy)static CursorToolDrawPointTool. create(LayerNamePanelProxy layerNamePanelProxy)static CursorToolDrawPolygonTool. create(LayerNamePanelProxy layerNamePanelProxy)static CursorToolDrawRectangleTool. create(LayerNamePanelProxy layerNamePanelProxy)CursorToolFeatureDrawingUtil. prepare(AbstractCursorTool drawFeatureTool, boolean allowSnapping)Apply settings common to all feature-drawing tools. -
Uses of CursorTool in org.locationtech.jts.jump.workbench.ui.snap
Classes in org.locationtech.jts.jump.workbench.ui.snap that implement CursorTool Modifier and Type Class Description classSnapIndicatorToolVisually indicates the snap point with a coloured dot. -
Uses of CursorTool in org.locationtech.jts.jump.workbench.ui.toolbox
Methods in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type CursorTool Modifier and Type Method Description WorkbenchToolBar.ToolConfigToolboxDialog. add(CursorTool tool)WorkbenchToolBar.ToolConfigToolboxDialog. add(CursorTool tool, EnableCheck enableCheck) -
Uses of CursorTool in org.locationtech.jts.jump.workbench.ui.warp
Classes in org.locationtech.jts.jump.workbench.ui.warp that implement CursorTool Modifier and Type Class Description classAbstractDeleteVectorToolclassDeleteIncrementalWarpingVectorToolclassDeleteWarpingVectorToolclassDrawIncrementalWarpingVectorToolclassDrawWarpingVectorTool -
Uses of CursorTool in org.locationtech.jts.jump.workbench.ui.zoom
Classes in org.locationtech.jts.jump.workbench.ui.zoom that implement CursorTool Modifier and Type Class Description classPanToolclassZoomTool
-