Uses of Interface
com.bbn.openmap.omGraphics.OMGraphicHandler

Packages that use OMGraphicHandler
com.bbn.openmap.graphicLoader The GraphicLoader package is designed to provide support for components that need to drive changes in OMGraphics over a map. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.plugin Provides support for writing OpenMap PlugIns. 
com.bbn.openmap.plugin.graphicLoader The GraphicLoader PlugIn package is designed to provide support for GraphicLoaders, which in turn are objects that need to drive changes in OMGraphics over a map. 
 

Uses of OMGraphicHandler in com.bbn.openmap.graphicLoader
 

Fields in com.bbn.openmap.graphicLoader declared as OMGraphicHandler
protected  OMGraphicHandler AbstractGraphicLoader.receiver
           
 

Methods in com.bbn.openmap.graphicLoader that return OMGraphicHandler
 OMGraphicHandler GraphicLoader.getReceiver()
          Get the OMGraphicHandler that will receive OMGraphic updates from the GraphicLoader.
 OMGraphicHandler AbstractGraphicLoader.getReceiver()
           
 

Methods in com.bbn.openmap.graphicLoader with parameters of type OMGraphicHandler
 void GraphicLoader.setReceiver(OMGraphicHandler r)
          Set the OMGraphicHandler that will receive OMGraphic updates from the GraphicLoader.
 void AbstractGraphicLoader.setReceiver(OMGraphicHandler r)
           
 

Constructors in com.bbn.openmap.graphicLoader with parameters of type OMGraphicHandler
MMLGraphicLoader(OMGraphicHandler receiver)
           
LOSGraphicLoader(OMGraphicHandler receiver)
           
LOSGraphicLoader(DTEDFrameCache dfc, OMGraphicHandler receiver)
           
AbstractGraphicLoader(OMGraphicHandler receiver)
           
 

Uses of OMGraphicHandler in com.bbn.openmap.omGraphics
 

Classes in com.bbn.openmap.omGraphics that implement OMGraphicHandler
 class FilterSupport
          This class provides support for implementing the OMGraphicHandler interface.
 

Uses of OMGraphicHandler in com.bbn.openmap.plugin
 

Classes in com.bbn.openmap.plugin that implement OMGraphicHandler
 class CSVTiledImagePlugIn
          This PlugIn can be used to load image files for background use.
 class OMGraphicHandlerPlugIn
          A PlugIn that implements the OMGraphicHandler interface.
 class UTMGridPlugIn
          The UTMGridPlugIn renders UTM Zone areas, and renders a grid marking equal-distance areas around the center of the current projection.
 

Uses of OMGraphicHandler in com.bbn.openmap.plugin.graphicLoader
 

Classes in com.bbn.openmap.plugin.graphicLoader that implement OMGraphicHandler
 class GraphicLoaderPlugIn
          A GraphicLoaderPlugIn is a PlugIn that receives its OMGraphics from some other source, at any time.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details