|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.Granularity
public final class Granularity
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 |
---|
public static final int CoarseGrained
public static final int Normal
public static final int FineGrained
Constructor Detail |
---|
public Granularity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |