Search
PatternRouter.getPatterns Method
See Also
 

Gets a list of RoutePattern objects representing the routing patterns.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public List<RoutePattern> getPatterns ()

 Return Value

A list of RoutePattern objects defining link route templates.

 See Also