Search
Group.attachToSideMiddle Method
See Also
 

Attaches a node to the group, so that it will follow the middle point of another node's side.

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

 Syntax

Java  Copy Code

public boolean attachToSideMiddle (
    DiagramNode node,
    int side
)

 Parameters

node

The DiagramNode to attach.

side

The side to attach to.

 Return Value

true if the node is attached successfully, otherwise false.

 See Also