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

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

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

Fields in com.bbn.openmap.graphicLoader.netmap declared as Node
protected  Node Line.node1
           
protected  Node Line.node2
           
 

Methods in com.bbn.openmap.graphicLoader.netmap that return Node
 Node NodeCache.add(java.lang.String label, int index, int shape, int menu, int color)
           
 Node NodeCache.get(int index)
           
 Node NodeCache.get(java.lang.String label)
           
 Node Line.getNode1()
           
 Node Line.getNode2()
           
 

Methods in com.bbn.openmap.graphicLoader.netmap with parameters of type Node
 Line LineCache.add(java.lang.String label, int index, int shape, int color, Node node1, Node node2)
           
 void NodeCache.del(Node node)
           
 void LineCache.del(Node atNode)
           
 void LineCache.del(Node atNode1, Node atNode2)
           
 Line[] LineCache.get(Node atNode)
           
 Line LineCache.get(Node atNode1, Node atNode2)
           
 void LineCache.move(Node atNode)
           
 void LineCache.move(Node atNode1, Node atNode2)
           
 void Line.setPos(Node atNode)
           
 

Constructors in com.bbn.openmap.graphicLoader.netmap with parameters of type Node
Line(java.lang.String label, int index, int shape, int color, Node node1, Node node2)
           
 



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