Package | Description |
---|---|
com.bbn.openmap.layer.editor |
This package provides the infrastructure to create layers that
provide a Tool interface that controls their content.
|
com.bbn.openmap.tools.drawing |
Provides classes to implement a drawing tool.
|
Modifier and Type | Field and Description |
---|---|
protected OMDrawingToolMouseMode |
DrawingEditorTool.omdtmm
A handler on the OMDrawingToolMouseMode that the OMDrawingTool is using,
for convenience.
|
Modifier and Type | Method and Description |
---|---|
protected OMDrawingToolMouseMode |
DrawingEditorTool.activateDrawingTool(java.lang.String ttc)
Method to set up the drawing tool with default behavior in order to
create a new OMGraphic.
|
Modifier and Type | Field and Description |
---|---|
protected OMDrawingToolMouseMode |
OMDrawingTool.dtmm
The MouseMode used for the drawing tool.
|
Modifier and Type | Method and Description |
---|---|
protected OMDrawingToolMouseMode |
OMDrawingTool.createMouseMode()
Create the mouse mode used with the drawing tool.
|
OMDrawingToolMouseMode |
OMDrawingTool.getMouseMode()
If you want to run the drawing tool in passive mode, you'll need a handle
on the mouseMode to feed events to.
|
Modifier and Type | Method and Description |
---|---|
void |
OMDrawingTool.setMouseMode(OMDrawingToolMouseMode adtmm)
If you need your OMDrawingToolMouseMode to do something a little
different, you can substitute your subclass here.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details