Initializes a new instance of the RoutePattern class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public RoutePattern ( |
A string representing a sequence of RouteSteps.
Members of the RouteStepKind enumeration are represented by three-character acronyms, with a numerical value appended to advance- steps.
The following route can be represented by "ADR0.5 TRR ADR1 TRL ADR0.5" string.
Java
![]() |
---|
RoutePattern rightZigzag = new RoutePattern(); |
JDiagram Programmer's Guide | © 2025 MindFusion |