Uses of Interface
com.bbn.openmap.graphicLoader.GraphicLoader

Packages that use GraphicLoader
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.graphicLoader.netmap The netmap plugin package provides the capability to receive output from a NetMap server. 
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 GraphicLoader in com.bbn.openmap.graphicLoader
 

Classes in com.bbn.openmap.graphicLoader that implement GraphicLoader
 class AbstractGraphicLoader
          The abstract AbstractGraphicLoader class is an OMGraphic managing object.
 class LOSGraphicLoader
          A managing object of GLPoints and PathGLPoints.
 class MMLGraphicLoader
          The MMLGraphicLoader is an abstract GraphicLoader class that implements the MapMouseListener interface.
 

Uses of GraphicLoader in com.bbn.openmap.graphicLoader.netmap
 

Classes in com.bbn.openmap.graphicLoader.netmap that implement GraphicLoader
 class NetMapGraphicLoader
          The NetMapGraphicLoader is a component that can listen to a NetMapConnector, receive and interpret NetMapEvents, and draw the resulting network on the map.
 

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

Fields in com.bbn.openmap.plugin.graphicLoader declared as GraphicLoader
protected  GraphicLoader GraphicLoaderPlugIn.loader
           
 

Methods in com.bbn.openmap.plugin.graphicLoader that return GraphicLoader
 GraphicLoader GraphicLoaderPlugIn.getGraphicLoader()
          Get the GraphicLoader loader.
 

Methods in com.bbn.openmap.plugin.graphicLoader with parameters of type GraphicLoader
 void GraphicLoaderConnector.checkGraphicLoader(GraphicLoader gl)
          Check to see if the GraphicLoader already has a receiver set inside it.
 void GraphicLoaderConnector.hookUpGraphicLoaderWithLayer(GraphicLoader gl)
          Assumes that the GraphicLoader doesn't already have a receiver.
 void GraphicLoaderPlugIn.setGraphicLoader(GraphicLoader gl)
          Set the GraphicLoader for the PlugIn.
 



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