org.wilmascope.forcelayout
Class Constants

java.lang.Object
  extended by org.wilmascope.forcelayout.Constants

public class Constants
extends java.lang.Object

A set of copies of constant variables pre-parsed from the global constants in the belief that this may speed things up a bit


Field Summary
static float angularInertia
           
static float balancedThreshold
           
static float defaultEdgeLength
           
static float frictionCoefficient
           
static float maxAcceleration
           
static javax.vecmath.Vector3f minVector
           
static float terminalVelocity
           
static float velocityAttenuation
           
static javax.vecmath.Vector3f vZero
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxAcceleration

public static final float maxAcceleration

terminalVelocity

public static final float terminalVelocity

frictionCoefficient

public static float frictionCoefficient

angularInertia

public static final float angularInertia

minVector

public static final javax.vecmath.Vector3f minVector

vZero

public static final javax.vecmath.Vector3f vZero

balancedThreshold

public static final float balancedThreshold

velocityAttenuation

public static final float velocityAttenuation

defaultEdgeLength

public static final float defaultEdgeLength
Constructor Detail

Constants

public Constants()