DroidDiagram Programmer's Guide
NodeConstraints.setKeepInsideDiagram Method
See Also
 






Sets a value indicating whether a node must always stay inside the boundaries of the diagram that contains it.

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

 Syntax

Java  Copy Code

public void setKeepInsideDiagram (
    boolean value
)

 Parameters

value

Indicates whether a node should always stay inside the boundaries of the diagram that contains it.

 See Also

NodeConstraints Members
NodeConstraints Class
com.mindfusion.diagramming Namespace