|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.GroupRotation
public final class GroupRotation
Defines values that indicate how rotation of a group's master node affects the nodes attached to that group.
Field Summary | |
---|---|
static int |
FerrisWheel
Attached nodes are moved to a position corresponding to the master node's rotation angle, but they are node rotated. |
static int |
IgnoreRotation
Attached nodes ignore the rotation angle applied to the master node. |
static int |
RotateChildren
Attached nodes are rotated by the RotationAngle of the group's master node and around its center. |
Constructor Summary | |
---|---|
GroupRotation()
|
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 IgnoreRotation
public static final int FerrisWheel
public static final int RotateChildren
Constructor Detail |
---|
public GroupRotation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |