DroidDiagram Programmer's Guide
AttachToLink Enumeration
See Also
 






The members of this enumeration specify how a node is attached to a link. These constants can be used as parameters of the DiagramNode.attachTo method of the DiagramNode class.

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

 Syntax

Java  Copy Code

public enum AttachToLink

 Members

  Member name Description

LongestHSegment

The node is attached to and follows the longest horizontal segment of the link.

Point

The node is attached to and follows the specified control point of the link.

Segment

The node is attached to and follows the specified segment of the link.

 See Also

com.mindfusion.diagramming Namespace