org.wilmascope.forcelayout
Class Constants
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Constants
public Constants()