DroidDiagram Programmer's Guide
NodeConstraints.setKeepInsideParent Method
See Also
 






Sets a value indicating whether a node must always stay in the boundaries of its group master node.

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

 Syntax

Java  Copy Code

public void setKeepInsideParent (
    boolean value
)

 Parameters

value

Indicates whether a node should always stay in the boundaries of its group master node.

 Remarks

This property lets you restrict nodes attached to another node by the attachTo method, and also the children of a ContainerNode, so that users cannot move the attached nodes out of the bounds of their parent.

 See Also

NodeConstraints Members
NodeConstraints Class
com.mindfusion.diagramming Namespace
getKeepInsideParent Method