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
Java
![]() |
---|
public enum DirectionConstraint |
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. |