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
Java
![]() |
---|
public enum AttachToLink |
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. |