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.graphicLoader.scenario The Scenario GraphicLoader PlugIn package is designed to provide support for displaying scripted movement of map objects. 
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 AnimationTester
          The AnimationTester is a simple GraphicLoader that lets you toss a bunch of sprites (circles) up on the map to watch them wiggle, to get a feel of the paint delay of the map.
 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.graphicLoader.scenario
 

Classes in com.bbn.openmap.graphicLoader.scenario that implement GraphicLoader
 class ScenarioGraphicLoader
          The ScenarioGraphicLoader contains all the ScenarioGraphics and manages the time for the scenario.
 

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 GraphicLoaderPlugIn.setGraphicLoader(GraphicLoader gl)
          Set the GraphicLoader for the PlugIn.
 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.
 



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