org.wilmascope.forcelayout
Class RepulsionFADE

java.lang.Object
  extended by org.wilmascope.patterns.Prototype
      extended by org.wilmascope.forcelayout.Force
          extended by org.wilmascope.forcelayout.RepulsionFADE
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class RepulsionFADE
extends Force

See Also:
Serialized Form

Field Summary
static int BARNES_HUT
           
static int NEW_BARNES_HUT
           
static int ORTHOGONAL_DISTANCE
           
 
Fields inherited from class org.wilmascope.forcelayout.Force
strengthConstant
 
Constructor Summary
RepulsionFADE(float strengthConstant)
           
 
Method Summary
 void calculate()
          Calculate the position deltas due to this force
 void setCluster(Cluster root)
           
 
Methods inherited from class org.wilmascope.forcelayout.Force
getStrengthConstant, setStrengthConstant, toString
 
Methods inherited from class org.wilmascope.patterns.Prototype
clone, getTypeName, setTypeName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BARNES_HUT

public static final int BARNES_HUT
See Also:
Constant Field Values

NEW_BARNES_HUT

public static final int NEW_BARNES_HUT
See Also:
Constant Field Values

ORTHOGONAL_DISTANCE

public static final int ORTHOGONAL_DISTANCE
See Also:
Constant Field Values
Constructor Detail

RepulsionFADE

public RepulsionFADE(float strengthConstant)
Method Detail

calculate

public void calculate()
Description copied from class: Force
Calculate the position deltas due to this force

Specified by:
calculate in class Force

setCluster

public void setCluster(Cluster root)
Specified by:
setCluster in class Force