|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EOMGListener | |
com.bbn.openmap.omGraphics | Provides geographically based graphics classes. |
com.bbn.openmap.omGraphics.event | Provides classes for event notification of OMGraphic changes. |
com.bbn.openmap.tools.drawing | Provides classes to implement a drawing tool. |
Uses of EOMGListener in com.bbn.openmap.omGraphics |
Methods in com.bbn.openmap.omGraphics with parameters of type EOMGListener | |
void |
EditableOMGraphic.addEOMGListener(EOMGListener l)
Add a EOMGListener. |
void |
EditableOMGraphic.removeEOMGListener(EOMGListener l)
Remove a EOMGListener. |
Uses of EOMGListener in com.bbn.openmap.omGraphics.event |
Methods in com.bbn.openmap.omGraphics.event with parameters of type EOMGListener | |
void |
EOMGListenerSupport.addEOMGListener(EOMGListener l)
Add a EOMGListener. |
void |
EOMGListenerSupport.removeEOMGListener(EOMGListener l)
Remove a EOMGListener. |
Uses of EOMGListener in com.bbn.openmap.tools.drawing |
Classes in com.bbn.openmap.tools.drawing that implement EOMGListener | |
class |
OMDrawingTool
The OMDrawingTool implements the DrawingTool interface, and can be used to adjust the drawing parameters of OMGraphics. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |