| Package | Description |
|---|---|
| org.graphstream.ui.layout.springbox |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<EdgeSpring> |
NodeParticle.neighbours
Set of edge connected to this node.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All rights reserved.