org.wilmascope.fastlayout
Class Defaults

java.lang.Object
  extended by 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

Field Summary
static int ATTRACTION
           
static boolean BOIL_BARRIER
           
static float BOIL_JUMP
           
static double BOIL_LENGTH
           
static boolean CENTRE_FLAG
           
static boolean COLOUR_FLAG
           
static boolean EYE_CANDY_FLAG
           
static int FIELD_RADIUS
           
static int FIELD_RES
           
static int ITERATIONS
           
static double MAX_BARRIER_RATE
           
static double MIN_BARRIER_RATE
           
static double MIN_DENSITY
           
static boolean NAIVE
           
static int NODE_FOOTPRINT
           
static double QUENCH_LENGTH
           
static int REPULSION
           
static double SIMMER_RATE
           
 
Constructor Summary
Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Defaults

public Defaults()