com.mindfusion.diagramming
Class Granularity

java.lang.Object
  extended by com.mindfusion.diagramming.Granularity

public final class Granularity
extends java.lang.Object

Specifies the granularity of the obstacles map generated by QuickRouter.


Field Summary
static int CoarseGrained
          Merge map tiles if possible to create a coarse-grained map.
static int FineGrained
          Reserved for future use.
static int Normal
          Use the map tiles found by the initial division algorithm.
 
Constructor Summary
Granularity()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CoarseGrained

public static final int CoarseGrained
Merge map tiles if possible to create a coarse-grained map. The fewer tiles in the map lead to faster path-finding.

See Also:
Constant Field Values

Normal

public static final int Normal
Use the map tiles found by the initial division algorithm.

See Also:
Constant Field Values

FineGrained

public static final int FineGrained
Reserved for future use.

See Also:
Constant Field Values
Constructor Detail

Granularity

public Granularity()