Package | Description |
---|---|
org.graphstream.ui.layout.springbox | |
org.graphstream.ui.layout.springbox.implementations |
Modifier and Type | Field and Description |
---|---|
NodeParticle |
EdgeSpring.node0
Source node.
|
NodeParticle |
EdgeSpring.node1
Target node.
|
Modifier and Type | Method and Description |
---|---|
NodeParticle |
EdgeSpring.getOpposite(NodeParticle node)
Considering the two nodes of the edge, return the one that was not given as
argument.
|
abstract NodeParticle |
BarnesHutLayout.newNodeParticle(java.lang.String id)
Factory method to create node particles.
|
Modifier and Type | Method and Description |
---|---|
NodeParticle |
EdgeSpring.getOpposite(NodeParticle node)
Considering the two nodes of the edge, return the one that was not given as
argument.
|
Constructor and Description |
---|
EdgeSpring(java.lang.String id,
NodeParticle n0,
NodeParticle n1)
New edge between two given nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
LinLogNodeParticle |
class |
SpringBoxNodeParticle |
Modifier and Type | Method and Description |
---|---|
NodeParticle |
SpringBox.newNodeParticle(java.lang.String id) |
NodeParticle |
LinLog.newNodeParticle(java.lang.String id) |