The members of this enumeration specify the granularity of the obstacles map generated by QuickRouter.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public enum Granularity |
Members| Member name | Description | |
|---|---|---|
![]() |
CoarseGrained |
Merge map tiles if possible to create a coarse-grained map. The fewer tiles in the map lead to faster path-finding. |
![]() |
FineGrained |
Reserved for future use. |
![]() |
Normal |
Use the map tiles found by the initial division algorithm. |
See Also