DroidDiagram Programmer's Guide
LinkCrossings Enumeration
See Also
 






The members of this enumeration specify how the points where links cross should be drawn on the screen. It is used as parameter of the setLinkCrossings method.

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

 Syntax

Java  Copy Code

public enum LinkCrossings

 Members

  Member name Description

Arcs

Draw arcs above the intersection points.

Cut

Break off the link segments at the intersection points.

Straight

Draw straight lines.

 See Also

com.mindfusion.diagramming Namespace