Package | Description |
---|---|
com.bbn.openmap.graphicLoader.netmap |
The netmap plugin package provides the capability to receive output
from a NetMap server.
|
Modifier and Type | Field and Description |
---|---|
protected Node |
Line.node1 |
protected Node |
Line.node2 |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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