The members of this enumeration specify how a node is attached to another node. 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 AttachToNode |
Member name | Description | |
---|---|---|
![]() |
BottomCenter |
The attached node follows the bottom-center point of the master node. |
![]() |
BottomLeft |
The attached node follows the bottom-left point of the master node. |
![]() |
BottomRight |
The attached node follows the bottom-right point of the master node. |
![]() |
MiddleLeft |
The attached node follows the middle-left point of the master node. |
![]() |
MiddleRight |
The attached node follows the middle-right point of the master node. |
![]() |
TopCenter |
The attached node follows the top-center point of the master node. |
![]() |
TopLeft |
The attached node follows the top-left point of the master node. |
![]() |
TopRight |
The attached node follows the top-right point of the master node. |