Search
DiagramLink.updateFromPoints Method (boolean)
See Also
 

Updates the link's internal state after the link's control points have been changed.

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

 Syntax

Java  Copy Code

public void updateFromPoints (
    boolean updateGroups
)

 Parameters

updateGroups
true to update the positions of nodes attached to the link; otherwise, false.

 See Also