Attaches a node to another node, so that the attached node will always cover a proportional part of the master node, specified in percents.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public void attachTo ( |
A DiagramNode to which to attach this node.
A float percent value specifying to what X position in the master node to attach the left side of this node.
A float percent value specifying to what Y position in the master node to attach the top side of this node.
A float percent value specifying to what X position in the master node to attach the right side of this node.
A float percent value specifying to what Y position in the master node to attach the bottom side of this node.