Uses of Class
com.bbn.openmap.omGraphics.event.StandardMapMouseInterpreter.GeometryOfInterest

Packages that use StandardMapMouseInterpreter.GeometryOfInterest
com.bbn.openmap.omGraphics.event Provides classes for event notification of OMGraphic changes. 
 

Uses of StandardMapMouseInterpreter.GeometryOfInterest in com.bbn.openmap.omGraphics.event
 

Fields in com.bbn.openmap.omGraphics.event declared as StandardMapMouseInterpreter.GeometryOfInterest
protected  StandardMapMouseInterpreter.GeometryOfInterest StandardMapMouseInterpreter.clickInterest
           
protected  StandardMapMouseInterpreter.GeometryOfInterest StandardMapMouseInterpreter.movementInterest
           
 

Methods in com.bbn.openmap.omGraphics.event that return StandardMapMouseInterpreter.GeometryOfInterest
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.
 

Methods in com.bbn.openmap.omGraphics.event with parameters of type StandardMapMouseInterpreter.GeometryOfInterest
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