org.wilmascope.fastlayout
Class Defaults
java.lang.Object
org.wilmascope.fastlayout.Defaults
public class Defaults
- extends java.lang.Object
Description: Defaults for the many parameters used in FastLayout layout engine
- Version:
- 1.0
- Author:
- James Cowling
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPULSION
public static final int REPULSION
- See Also:
- Constant Field Values
ATTRACTION
public static final int ATTRACTION
- See Also:
- Constant Field Values
NODE_FOOTPRINT
public static final int NODE_FOOTPRINT
- See Also:
- Constant Field Values
BOIL_JUMP
public static final float BOIL_JUMP
- See Also:
- Constant Field Values
FIELD_RES
public static final int FIELD_RES
- See Also:
- Constant Field Values
ITERATIONS
public static final int ITERATIONS
- See Also:
- Constant Field Values
QUENCH_LENGTH
public static final double QUENCH_LENGTH
- See Also:
- Constant Field Values
BOIL_LENGTH
public static final double BOIL_LENGTH
- See Also:
- Constant Field Values
MAX_BARRIER_RATE
public static final double MAX_BARRIER_RATE
- See Also:
- Constant Field Values
MIN_BARRIER_RATE
public static final double MIN_BARRIER_RATE
- See Also:
- Constant Field Values
FIELD_RADIUS
public static final int FIELD_RADIUS
- See Also:
- Constant Field Values
CENTRE_FLAG
public static final boolean CENTRE_FLAG
- See Also:
- Constant Field Values
COLOUR_FLAG
public static final boolean COLOUR_FLAG
- See Also:
- Constant Field Values
EYE_CANDY_FLAG
public static final boolean EYE_CANDY_FLAG
- See Also:
- Constant Field Values
SIMMER_RATE
public static final double SIMMER_RATE
- See Also:
- Constant Field Values
MIN_DENSITY
public static final double MIN_DENSITY
- See Also:
- Constant Field Values
NAIVE
public static final boolean NAIVE
- See Also:
- Constant Field Values
BOIL_BARRIER
public static final boolean BOIL_BARRIER
- See Also:
- Constant Field Values
Defaults
public Defaults()