|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.layout.plugin.force.quadtree.BarnesHut
public class BarnesHut
Barnes-Hut's O(n log n) force calculation algorithm.
Constructor Summary | |
---|---|
BarnesHut(AbstractForce force)
|
Method Summary | |
---|---|
ForceVector |
calculateForce(Spatial node,
QuadTree tree)
|
float |
getTheta()
|
void |
setTheta(float theta)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BarnesHut(AbstractForce force)
Method Detail |
---|
public ForceVector calculateForce(Spatial node, QuadTree tree)
public void setTheta(float theta)
public float getTheta()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |