Package | Description |
---|---|
org.graphstream.ui.layout.springbox |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<EdgeSpring> |
NodeParticle.neighbours
Set of edge connected to this node.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<EdgeSpring> |
NodeParticle.getEdges()
All the edges connected to this node.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeParticle.registerEdge(EdgeSpring e)
The given edge is connected to this node.
|
void |
NodeParticle.unregisterEdge(EdgeSpring e)
The given edge is no more connected to this node.
|