The members of these enumeration specify in what direction to constrain the movement of a node. These constants can be used as parameters of the setMoveDirection method of the NodeConstraints class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public enum DirectionConstraint |
Members| Member name | Description | |
|---|---|---|
![]() |
Horizontal |
Users are allowed to move the node horizontally. |
![]() |
None |
Specifies no restrictions. |
![]() |
Vertical |
Users are allowed to move the node vertically. |
See Also