DroidDiagram Programmer's Guide
DiagramNode.setConstraints Method
See Also
 






Sets constraints to the node size and movement direction. The constraints are applied when a user modifies the node interactively. They are not checked when the position of a node is set programmatically.

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

 Syntax

Java  Copy Code

public void setConstraints (
    NodeConstraints value
)

 Parameters

value

A NodeConstraints object.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace