|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.DirectionConstraint
public final class DirectionConstraint
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
NodeConstraints.setMoveDirection(int)
method of the
NodeConstraints
class.
Field Summary | |
---|---|
static int |
Horizontal
Users are allowed to move the node horizontally. |
static int |
None
Specifies no restrictions. |
static int |
Vertical
Users are allowed to move the node vertically. |
Constructor Summary | |
---|---|
DirectionConstraint()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int None
public static final int Horizontal
public static final int Vertical
Constructor Detail |
---|
public DirectionConstraint()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |