Uses of Class
com.bbn.openmap.graphicLoader.netmap.NetMapConnector

Packages that use NetMapConnector
com.bbn.openmap.graphicLoader.netmap The netmap plugin package provides the capability to receive output from a NetMap server. 
 

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

Methods in com.bbn.openmap.graphicLoader.netmap that return NetMapConnector
 NetMapConnector NetMapGraphicLoader.getNetMapConnector()
          Get the current NetMapConnector.
 

Methods in com.bbn.openmap.graphicLoader.netmap with parameters of type NetMapConnector
 void NetMapGraphicLoader.setNetMapConnector(NetMapConnector nmc)
          Set the NetMapConnector to listen to.
 

Constructors in com.bbn.openmap.graphicLoader.netmap with parameters of type NetMapConnector
NetMapReader(java.lang.String host, java.lang.String port, NetMapConnector connector)
          Create a NetMapReader to listen to a host on a port, with a NetMapConnector to get back in touch with.
NetMapReader(java.lang.String host, java.lang.String port, NetMapConnector connector, java.lang.String view)
          Create a NetMapReader to listen to a NetMapServer running on a port, and parse the stream relating information about the given view.
NetMapGraphicLoader(NetMapConnector nmc)
          Constructor for the NetMapGraphicLoader that sets the NetMapConnector.
 



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