| AbstractCursorTool |
A tool that draws an XOR visual indicator.
|
| AndCompositeTool |
Enables multiple CursorTools to operate at the same time.
|
| Animations |
|
| CompleteMouseAdapter |
Combination of MouseAdapter and MouseMotionAdapter.
|
| CompositeTool |
|
| DelegatingTool |
Enables the behaviour of a CursorTool instance to be overridden.
|
| DragTool |
The default implementation draws a selection box, but this can be overridden
(even to draw nothing).
|
| DrawPolygonFenceTool |
|
| DrawRectangleFenceTool |
|
| DummyTool |
|
| FeatureInfoTool |
|
| LeftClickFilter |
Filters out middle- and right-clicks.
|
| MeasureTool |
|
| MultiClickTool |
A VisualIndicatorTool that allows the user to draw shapes with multiple
vertices.
|
| 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.
|
| NoteTool |
|
| NoteTool.NoteStyle |
|
| OrCompositeTool |
Permits only one CursorTool to be active at a time.
|
| PolygonTool |
|
| QuasimodeTool |
Delegates to different CursorTools depending on whether various modifier
keys are pressed (Ctrl, Shift, Alt).
|
| QuasimodeTool.ModifierKeySpec |
|
| RectangleTool |
|
| SelectFeaturesTool |
|
| SelectLineStringsTool |
|
| SelectPartsTool |
|
| SelectTool |
|
| SpecifyFeaturesTool |
Allows the user to specify features by clicking on them or drawing a box
around them.
|
| VectorTool |
|