MindFusion.Java Package Programmer's Guide
PolylineRouting Enumeration
See Also
 






Defines values that indicate how Polyline links should be routed.

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

 Syntax

Java  Copy Code

public enum PolylineRouting

 Members

  Member name Description

AllOrthogonal

Keep all segments orthogonal to node's sides and each other.

EndSegmentsOrthogonal

Keep the end segments orthogonal to node's sides, and allow interior segments to be inclined.

UnrestrictedInclined

Allow any segment to be inclined by non-multiple of 90 angles.

 See Also

com.mindfusion.diagramming Namespace