com.mindfusion.diagramming
Class GroupRotation

java.lang.Object
  extended by com.mindfusion.diagramming.GroupRotation

public final class GroupRotation
extends java.lang.Object

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

IgnoreRotation

public static final int IgnoreRotation
Attached nodes ignore the rotation angle applied to the master node.

See Also:
Constant Field Values

FerrisWheel

public static final int FerrisWheel
Attached nodes are moved to a position corresponding to the master node's rotation angle, but they are node rotated.

See Also:
Constant Field Values

RotateChildren

public static final int RotateChildren
Attached nodes are rotated by the RotationAngle of the group's master node and around its center.

See Also:
Constant Field Values
Constructor Detail

GroupRotation

public GroupRotation()