DroidDiagram Programmer's Guide
ShapeNodeBuilder.constraints 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.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public ShapeNodeBuilder constraints (
    NodeConstraints value
)

 Parameters

value

A NodeConstraints object.

 Return Value

This DiagramNodeBuilder instance.

 See Also

ShapeNodeBuilder Members
ShapeNodeBuilder Class
com.mindfusion.diagramming.builders Namespace