Search
DiagramNode.setBounds Method (Rectangle2D, boolean, boolean)
See Also
 

Sets the location and size of this node.

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

 Syntax

Java  Copy Code

public void setBounds (
    Rectangle2D rect,
    boolean updateGroups,
    boolean updateLinks
)

 Parameters

rect

A Rectangle2D specifying the node position.

updateGroups

Specifies whether the position of child nodes attached to this one should be updated too.

updateLinks

Specifies whether the position of links connected to this node should be updated too.

 See Also