| Package | Description |
|---|---|
| org.gephi.layout.plugin | |
| org.gephi.layout.plugin.force | |
| org.gephi.layout.plugin.force.quadtree | |
| org.gephi.layout.plugin.force.yifanHu |
| Modifier and Type | Class and Description |
|---|---|
class |
ForceLayoutData |
| Modifier and Type | Method and Description |
|---|---|
ForceVector |
AbstractForce.calculateForce(org.gephi.graph.api.Node node1,
org.gephi.graph.api.Node node2) |
abstract ForceVector |
AbstractForce.calculateForce(org.gephi.graph.api.Node node1,
org.gephi.graph.api.Node node2,
float distance) |
ForceVector |
ForceVector.normalize() |
| Modifier and Type | Method and Description |
|---|---|
void |
ForceVector.add(ForceVector f) |
void |
StepDisplacement.moveNode(org.gephi.graph.api.Node node,
ForceVector forceData) |
void |
ProportionalDisplacement.moveNode(org.gephi.graph.api.Node node,
ForceVector forceData) |
void |
Displacement.moveNode(org.gephi.graph.api.Node node,
ForceVector forceData) |
void |
ForceVector.subtract(ForceVector f) |
| Constructor and Description |
|---|
ForceVector(ForceVector vector) |
| Modifier and Type | Method and Description |
|---|---|
ForceVector |
BarnesHut.calculateForce(org.gephi.graph.api.Node node,
QuadTree tree) |
| Modifier and Type | Method and Description |
|---|---|
ForceVector |
YifanHuLayout.SpringForce.calculateForce(org.gephi.graph.api.Node node1,
org.gephi.graph.api.Node node2,
float distance) |
ForceVector |
YifanHuLayout.ElectricalForce.calculateForce(org.gephi.graph.api.Node node1,
org.gephi.graph.api.Node node2,
float distance) |
Copyright © 2007–2017. All rights reserved.