prefuse.util.force
Class NBodyForce.QuadTreeNodeFactory

java.lang.Object
  extended by prefuse.util.force.NBodyForce.QuadTreeNodeFactory
Enclosing class:
NBodyForce

public static final class NBodyForce.QuadTreeNodeFactory
extends java.lang.Object

Helper class to minimize number of object creations across multiple uses of the quadtree.


Constructor Summary
NBodyForce.QuadTreeNodeFactory()
           
 
Method Summary
 NBodyForce.QuadTreeNode getQuadTreeNode()
           
 void reclaim(NBodyForce.QuadTreeNode n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NBodyForce.QuadTreeNodeFactory

public NBodyForce.QuadTreeNodeFactory()
Method Detail

getQuadTreeNode

public NBodyForce.QuadTreeNode getQuadTreeNode()

reclaim

public void reclaim(NBodyForce.QuadTreeNode n)


Copyright © 2007 Regents of the University of California