Package | Description |
---|---|
com.bbn.openmap.omGraphics.event |
Provides classes for event notification of OMGraphic changes.
|
Modifier and Type | Field and Description |
---|---|
protected StandardMapMouseInterpreter.GeometryOfInterest |
StandardMapMouseInterpreter.clickInterest |
protected StandardMapMouseInterpreter.GeometryOfInterest |
StandardMapMouseInterpreter.movementInterest |
Modifier and Type | Method and Description |
---|---|
protected StandardMapMouseInterpreter.GeometryOfInterest |
StandardMapMouseInterpreter.getClickInterest()
Get the GeometryOfInterest as one that could possibly be in the process
of being clicked upon.
|
protected StandardMapMouseInterpreter.GeometryOfInterest |
StandardMapMouseInterpreter.getMovementInterest()
Get the GeometryOfInterest for something that the mouse is over.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StandardMapMouseInterpreter.setClickInterest(StandardMapMouseInterpreter.GeometryOfInterest goi)
Set the GeometryOfInterest as one that could possibly be in the process
of being clicked upon.
|
protected void |
StandardMapMouseInterpreter.setMovementInterest(StandardMapMouseInterpreter.GeometryOfInterest goi)
Set the GeometryOfInterest for something that the mouse is over.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details